Files
project-config/gerrit/acls/x/packstack.config
Javier Pena ea69c726de Give RDO 3rd Party CI user permissions on Packstack
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
2021-10-07 16:36:11 +02:00

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