f4532f1a80
This adds more granular ACLs for the Airship Pegleg and Spyglass projects. As discussed at the Denver PTG, Airship project-specific core teams will be requested as-needed, while the existing Airship-wide core team will maintain grandfathered core review responsibilities. Change-Id: I47f4188f8cf85b371a686a8ce964e154775730dc
17 lines
378 B
Plaintext
17 lines
378 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group spyglass-core
|
|
create = group airship-release
|
|
label-Code-Review = -2..+2 group spyglass-core
|
|
label-Verified = -1..+1 group airship-ci
|
|
label-Workflow = -1..+1 group spyglass-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group airship-release
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|