Use more strict regex for sahara tags acl
Due to the regex ref path usage we should use much strict regex. For now, 2014a1 passing regex, because "." is any symbol. Change-Id: I6793b42ff6619de0bfb9d56fc4ed98d887ee3ac6
This commit is contained in:
parent
9c825023a8
commit
2e5eadab1c
@ -16,7 +16,7 @@ label-Code-Review = -2..+2 group sahara-core
|
||||
label-Code-Review = -1..+1 group Registered Users
|
||||
label-Workflow = -1..+1 group sahara-core
|
||||
|
||||
[access "^refs/tags/2014.1.*"]
|
||||
[access "^refs/tags/2014\.1\.[0-9]+[.0-9]*"]
|
||||
pushSignedTag = group sahara-ptl
|
||||
|
||||
[receive]
|
||||
|
Loading…
x
Reference in New Issue
Block a user