project-config/gerrit/acls/opendev/elastic-recheck.config
Jeremy Stanley 0e5600fc78 elastic-recheck: allow releasers to merge/delete
The opendev/elastic-recheck project has ongoing development
occurring on an "rdo" feature branch. Grant the release team for it
permission to merge that branch into master, as well as the ability
to delete the feature branch.

Change-Id: I406cb6dd721b48f893cd8a7ab9f36dcadec9a238
2022-05-04 13:19:09 +00:00

20 lines
482 B
Plaintext

[access "refs/for/refs/*"]
pushMerge = group elastic-recheck-release
[access "refs/heads/*"]
abandon = group elastic-recheck-core
create = group elastic-recheck-core
delete = group elastic-recheck-release
label-Code-Review = -2..+2 group elastic-recheck-core
label-Workflow = -1..+1 group elastic-recheck-core
[access "refs/tags/*"]
createSignedTag = group elastic-recheck-release
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true