40d34067d8
For consistency accross all ACLs, remove usage of "refs/*" section and replace with: * Move create ACLs for branches to "ref/heads/*". * Move pushSignedTag to "refs/tags/*" Change-Id: I8648a7b7b245921ddf7146fd9da31ea7b5e31d9d
27 lines
597 B
Plaintext
27 lines
597 B
Plaintext
[access "refs/for/refs/heads/upstream/*"]
|
|
pushMerge = group infra-core
|
|
|
|
[access "refs/heads/*"]
|
|
abandon = group infra-core
|
|
create = group infra-core
|
|
forgeAuthor = group infra-core
|
|
label-Code-Review = -2..+2 group infra-core
|
|
label-Workflow = -1..+1 group infra-core
|
|
|
|
[access "refs/heads/upstream/*"]
|
|
create = group infra-core
|
|
forgeAuthor = group infra-core
|
|
forgeCommitter = group infra-core
|
|
push = group infra-core
|
|
pushMerge = group infra-core
|
|
pushSignedTag = group infra-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group infra-core
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
|
|
[submit]
|
|
mergeContent = true
|