
We want the RDO 3rd Party CI to report on Packstack using CentOS Stream 9 jobs. This commit gives the tripleo-ci group, which already has permissions on TripleO repos, Verified +1/-1 permissions on the Packstack repo. Change-Id: Ic2b3ad13f7bf9b262e3abf59ac63c02f22e5f848
17 lines
385 B
Plaintext
17 lines
385 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group packstack-core
|
|
create = group packstack-release
|
|
label-Code-Review = -2..+2 group packstack-core
|
|
label-Verified = -1..+1 group tripleo-ci
|
|
label-Workflow = -1..+1 group packstack-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group packstack-release
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|