e1bf62ee90
The vexxhost/base-jobs project started out sharing the Gerrit configuration for opendev/project-config, but cross-namespace ACLs create a bit of ambiguity. Give this repository a separate config in its own namespace. Change-Id: I58da8e838103223c54112229964e91d85f417cb4
14 lines
328 B
Plaintext
14 lines
328 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group opendev-project-config-core
|
|
label-Code-Review = -2..+2 group opendev-project-config-core
|
|
label-Workflow = -1..+1 group opendev-project-config-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group opendev-project-config-release
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
|
|
[submit]
|
|
mergeContent = true
|