Update bindep ACL to use new createSignedTag perm
The pushSignedTag permission is deprecated, and has a new name: createSignedTag. Update the opendev/bindep ACL accordingly, as we're seeing a regression with the old name and would like to rule out whether the new name has the same problem. Change-Id: Ia95919bcfe71ce488096584c784fe7376f66f34a
This commit is contained in:
@@ -4,7 +4,7 @@ label-Code-Review = -2..+2 group bindep-core
|
||||
label-Workflow = -1..+1 group bindep-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group bindep-release
|
||||
createSignedTag = group bindep-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
|
||||
Reference in New Issue
Block a user