Merge "gerrit: change retired.config acls"

This commit is contained in:
Zuul 2020-06-24 17:25:31 +00:00 committed by Gerrit Code Review
commit c6bb39d1a8
2 changed files with 17 additions and 2 deletions

View File

@ -1,2 +1,16 @@
[project]
state = read only
[access "refs/for/refs/heads/*"]
exclusiveGroupPermissions = push
push = group tech-committee
submit = group tech-committee
[access "refs/heads/*"]
label-Code-Review = -2..+2 group tech-committee
label-Verified = -2..+2 group tech-committee
label-Workflow = -1..+1 group tech-committee
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -82,6 +82,7 @@ valid_keys = {'abandon',
'requireChangeId',
'requireContributorAgreement',
'state',
'submit',
'value'}
if '0' in transformations or not transformations: