4bf9b5cbda
This adds the airshipctl command line interface, which will be used to drive Airship operations in the Airship 2.0 target state. Change-Id: I79abd7ee9f06cbcaec645f5da284f52566a40bb1
17 lines
384 B
Plaintext
17 lines
384 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group airshipctl-core
|
|
create = group airship-release
|
|
label-Code-Review = -2..+2 group airshipctl-core
|
|
label-Verified = -1..+1 group airship-ci
|
|
label-Workflow = -1..+1 group airshipctl-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group airship-release
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|