
This changes gives python-jenkins and jjb PTLs ability to create branches on their projects. Change-Id: I110f0f35f0279ed8403237f0abe41d316274c79a
17 lines
345 B
Plaintext
17 lines
345 B
Plaintext
[access "refs/*"]
|
|
create = group python-jenkins-ptl
|
|
|
|
[access "refs/heads/*"]
|
|
abandon = group python-jenkins-core
|
|
label-Code-Review = -2..+2 group python-jenkins-core
|
|
label-Workflow = -1..+1 group python-jenkins-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group python-jenkins-ptl
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
|
|
[submit]
|
|
mergeContent = true
|