project-config/gerrit/acls/airship/divingbell.config
Matt McEuen ee86e24c5b Add per-project Airship groups
Per discussion at the last PTG, new Airship projects have been
getting created with per-project core groups, instead of the older
airship-core group.  This change catches up existing Airship projects
to this setup, as they either have new core reviewers being added
or will in the future.  A few projects which are closely and
logically related to other projects are configured to share their
ACLs for simplicity's sake.

Note that this removes the airship.config ACL, but we do need to retain
the airship-core group (for now).

With (or ahead of) this change, please seed the existing airship-core
group as a member of all the newly created groups, to ensure
uninterrupted review/merge ability.

Change-Id: I0c054714ca9a709bd58b85570a5c415a76cacd1c
2019-09-09 09:51:05 -05:00

17 lines
384 B
Plaintext

[access "refs/heads/*"]
abandon = group divingbell-core
create = group airship-release
label-Code-Review = -2..+2 group divingbell-core
label-Verified = -1..+1 group airship-ci
label-Workflow = -1..+1 group divingbell-core
[access "refs/tags/*"]
pushSignedTag = group airship-release
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true