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:
Bin Hu 2017-02-09 10:41:35 -08:00
parent cfb5d944fd
commit 51851c2c73
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
[access "refs/heads/*"]
abandon = group gluon-core
create = group gluon-release
label-Code-Review = -2..+2 group gluon-core
label-Workflow = -1..+1 group gluon-core