Use correct groups for murano acls

Release group should be used for ref create and tags.

Change-Id: I7302ba031147348ba47d1b605d9fe5d97b1c3103
This commit is contained in:
Sergey Lukjanov 2014-10-01 11:19:02 -07:00
parent 24251487e5
commit 7765765f08

View File

@ -1,6 +1,6 @@
[access "refs/heads/*"]
abandon = group murano-core
create = group murano-milestone
create = group murano-release
label-Code-Review = -2..+2 group murano-core
label-Workflow = -1..+1 group murano-core
@ -26,7 +26,7 @@ label-Code-Review = -1..+1 group Registered Users
label-Workflow = -1..+1 group murano-milestone
[access "refs/tags/*"]
pushSignedTag = group murano-milestone
pushSignedTag = group murano-release
[receive]
requireChangeId = true