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:
Thierry Carrez 2016-11-30 16:52:51 +01:00
parent 6aabaff717
commit a2ca10fdfd
1 changed files with 0 additions and 3 deletions

View File

@ -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