project-config/gerrit/acls/stackforge/yaql.config
Alexander Tivelkov b47a851f0a Added branch creation to yaql ACL
To comply with the new governance for libraries yaql has to define
stable branches.
This patch allows yaql-release team to create new stable branches and
yaql-milestone team to maintain them.

Change-Id: If15ab12ffabe035b676fb46dabe46531689244ab
2015-04-29 15:25:28 +00:00

23 lines
594 B
Plaintext

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