Use correct groups for murano acls
Release group should be used for ref create and tags. Change-Id: I7302ba031147348ba47d1b605d9fe5d97b1c3103
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user