232a4d60ad
akanda project acls were missing the create akanda-release. This will allow akanda project to create branches through gerrit. Closes-Bug: #1453914 Partially Implements: blueprint ci-updates Change-Id: I5ea2bc65b5a0f2cc495f6c22efacd0e5753e96ec
16 lines
329 B
Plaintext
16 lines
329 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group akanda-core
|
|
create = group akanda-release
|
|
label-Code-Review = -2..+2 group akanda-core
|
|
label-Workflow = -1..+1 group akanda-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group akanda-release
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|