40d34067d8
For consistency accross all ACLs, remove usage of "refs/*" section and replace with: * Move create ACLs for branches to "ref/heads/*". * Move pushSignedTag to "refs/tags/*" Change-Id: I8648a7b7b245921ddf7146fd9da31ea7b5e31d9d
30 lines
926 B
Plaintext
30 lines
926 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group magnetodb-core
|
|
create = group magnetodb-release
|
|
label-Code-Review = -2..+2 group magnetodb-core
|
|
label-Workflow = -1..+1 group magnetodb-core
|
|
|
|
[access "refs/heads/proposed/*"]
|
|
abandon = group magnetodb-milestone
|
|
exclusiveGroupPermissions = abandon label-Code-Review label-Workflow
|
|
label-Code-Review = -2..+2 group magnetodb-milestone
|
|
label-Code-Review = -1..+1 group Registered Users
|
|
label-Workflow = -1..+1 group magnetodb-milestone
|
|
|
|
[access "refs/heads/stable/*"]
|
|
abandon = group magnetodb-milestone
|
|
exclusiveGroupPermissions = abandon label-Code-Review label-Workflow
|
|
label-Code-Review = -2..+2 group magnetodb-milestone
|
|
label-Code-Review = -1..+1 group Registered Users
|
|
label-Workflow = -1..+1 group magnetodb-milestone
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group magnetodb-release
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|