Khai Do 5edce74296 Give PTLs permission to create branches
This changes gives python-jenkins and jjb PTLs ability to create branches
on their projects.

Change-Id: I110f0f35f0279ed8403237f0abe41d316274c79a
2014-07-03 12:53:32 -07:00

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