Allow Creation of Branches by Project Release Team
Adding a "create" rule in "refs/heads/*" section of "gluon.config" to allow creation of branches by gluon-release team Change-Id: I1aa0674247377ba436fb416311ac55ed7f5f5ef9 Signed-off-by: Bin Hu <bh526r@att.com>
This commit is contained in:
parent
cfb5d944fd
commit
51851c2c73
@ -1,5 +1,6 @@
|
|||||||
[access "refs/heads/*"]
|
[access "refs/heads/*"]
|
||||||
abandon = group gluon-core
|
abandon = group gluon-core
|
||||||
|
create = group gluon-release
|
||||||
label-Code-Review = -2..+2 group gluon-core
|
label-Code-Review = -2..+2 group gluon-core
|
||||||
label-Workflow = -1..+1 group gluon-core
|
label-Workflow = -1..+1 group gluon-core
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user