1ed67a826d
Update proliantutils.config to add ACL to create new branches/tags. Change-Id: I1573cedbe01b399f8953465e0e9642e48edb515b
22 lines
563 B
Plaintext
22 lines
563 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group proliantutils-core
|
|
create = group proliantutils-core
|
|
label-Code-Review = -2..+2 group proliantutils-core
|
|
label-Workflow = -1..+1 group proliantutils-core
|
|
|
|
[access "refs/heads/stable/*"]
|
|
abandon = group proliantutils-core
|
|
create = group proliantutils-core
|
|
label-Code-Review = -2..+2 group proliantutils-core
|
|
label-Workflow = -1..+1 group proliantutils-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group proliantutils-release
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|