Allow python-storyboardclient direct release

Storyboard like other opendev software is released by pushing tags
directly, and not by going through the OpenStack release management team
tooling. However, python-storyboardclient still used openstack/releases,
as there was no ACL to allow for direct tagging.

This adds the ability for the (already-existing)
python-storyboardclient-release group to push tags. The corresponding
deliverable file in openstack/releases will be removed.

Change-Id: I37572eab88453ffc820b63c95b549cd69c91548c
This commit is contained in:
Thierry Carrez 2020-01-29 17:30:51 +01:00
parent fb668e016b
commit 066a86007d

View File

@ -3,6 +3,9 @@ abandon = group python-storyboardclient-core
label-Code-Review = -2..+2 group python-storyboardclient-core
label-Workflow = -1..+1 group python-storyboardclient-core
[access "refs/tags/*"]
pushSignedTag = group python-storyboardclient-release
[receive]
requireChangeId = true