project-config/gerrit/acls/opendev/python-storyboardclient.config
Thierry Carrez 066a86007d 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
2020-01-29 17:30:51 +01:00

14 lines
332 B
Plaintext

[access "refs/heads/*"]
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
[submit]
mergeContent = true