project-config/gerrit/acls/airship/airshipctl.config
Matt McEuen 4bf9b5cbda Add airship/airshipctl
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
2019-06-17 09:41:35 -05:00

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