b47a851f0a
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
23 lines
594 B
Plaintext
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
|