Automate releases for openstack-dev/hacking
The ACLs for openstack-dev/hacking were authorizing direct tags from the hacking-release team, however hacking releases are handled through openstack/releases automation now. That resulted in extra tags being directly pushed recently. To avoid this in the future, fix the ACL to prevent direct tagging. Change-Id: I382f77c8c6e4c4f2275a705993ad700fe0181a36
This commit is contained in:
parent
6aabaff717
commit
a2ca10fdfd
@ -4,9 +4,6 @@ create = group hacking-release
|
||||
label-Code-Review = -2..+2 group hacking-core
|
||||
label-Workflow = -1..+1 group hacking-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group hacking-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user