Adjust metalsmith ACL to match ones of an official project

metalsmith is now a part of the ironic project, so dropping tagging
and creating branches privileges from a special group.

Also add metalsmith to #openstack-ironic IRC.

Governance change: https://review.openstack.org/602075

Change-Id: I716e25e3eee451cc00845c0f3be06d82216f7e50
This commit is contained in:
Dmitry Tantsur 2018-09-20 17:59:26 +02:00
parent 19e7cf09d9
commit 6d226d93d7
2 changed files with 1 additions and 4 deletions

View File

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

View File

@ -937,6 +937,7 @@ openstack-ironic:
- openstack/ironic-specs
- openstack/ironic-tempest-plugin
- openstack/ironic-ui
- openstack/metalsmith
- openstack/networking-baremetal
- openstack/networking-generic-switch
- openstack/networking-generic-switch-tempest-plugin