project-config/gerrit/acls/stackforge/tricircle.config
joey5678 2629b9b09d Modify ACL rule for create branch
we need modfiy tricircle.config to add the rule for adding new
stable branch.

Change-Id: I2fabff0f78f09693ee580170c3ab643260841bf6
2014-11-12 09:46:27 +08:00

22 lines
527 B
Plaintext

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