34484faa15
This is the result of running: find gerrit/acls/ -type f -name "*.config" -exec \ ./tools/normalize_acl.py {} 1 2 3 4 5 6 \; Some recent changes were not normalized ;( Change-Id: I08f5c173c70903e9e2a006bf2327db97d9fc8b46
19 lines
456 B
Plaintext
19 lines
456 B
Plaintext
[access "refs/for/refs/*"]
|
|
pushMerge = group group-based-policy-core
|
|
|
|
[access "refs/heads/*"]
|
|
abandon = group group-based-policy-core
|
|
create = group group-based-policy-core
|
|
label-Code-Review = -2..+2 group group-based-policy-core
|
|
label-Workflow = -1..+1 group group-based-policy-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group group-based-policy-release
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|