
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
12 lines
237 B
Plaintext
12 lines
237 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group hacking-core
|
|
create = group hacking-release
|
|
label-Code-Review = -2..+2 group hacking-core
|
|
label-Workflow = -1..+1 group hacking-core
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
|
|
[submit]
|
|
mergeContent = true
|