Disable direct releases in js-openstack-lib ACL

js-openstack-lib (recently added to OpenStackSDK) still had an ACL
allowing for direct tagging, which can create issues when mixed with
openstack/releases-driven release management.

Change-Id: I51904b1b654f6c59d612321a07e5128ae379f066
This commit is contained in:
Thierry Carrez 2020-02-13 17:19:20 +01:00
parent b393e47795
commit 5b13793ec9
1 changed files with 0 additions and 4 deletions

View File

@ -1,12 +1,8 @@
[access "refs/heads/*"]
abandon = group js-openstack-lib-core
create = group js-openstack-lib-release
label-Code-Review = -2..+2 group js-openstack-lib-core
label-Workflow = -1..+1 group js-openstack-lib-core
[access "refs/tags/*"]
pushSignedTag = group js-openstack-lib-release
[receive]
requireChangeId = true
requireContributorAgreement = true