afc70aa42b
There are a few Ansible roles which we host currently under GitHub which we'd like to move to OpenDev. They are open source projects and we'd like to maintain them under OpenDev/Zuul/Gerrit instead of GitHub. Change-Id: I9f530582a379c62a675abf2a7b22f2b56bd724f4
14 lines
269 B
Plaintext
14 lines
269 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group vexxhost-core
|
|
label-Code-Review = -2..+2 group vexxhost-core
|
|
label-Workflow = -1..+1 group vexxhost-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group vexxhost-core
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
|
|
[submit]
|
|
mergeContent = true
|