56605d0d11
This is the result of running: find modules/openstack_project/files/gerrit/acls/ -type f \ -name "*.config" -exec ./tools/normalize_acl.py {} 3 \; Change-Id: I806014585faa0fe6460769a42bd1b69b846a034f
17 lines
310 B
Plaintext
17 lines
310 B
Plaintext
[access "refs/*"]
|
|
create = group hacking-ptl
|
|
|
|
[access "refs/heads/*"]
|
|
abandon = group hacking-core
|
|
label-Code-Review = -2..+2 group hacking-core
|
|
label-Workflow = -1..+1 group hacking-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group hacking-ptl
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
|
|
[submit]
|
|
mergeContent = true
|