Add create ref acl for osh release groups

This change adds the create references to the acls for openstack-helm
and openstack-helm-infra. The permission for this will be set to the
subset openstack-helm-release and openstack-helm-infra-release groups
respectively.

Change-Id: I4f1fab9a7f5681824a0dc8f25d1a16cde5cad0cc
This commit is contained in:
Gage Hugo 2021-03-10 15:46:09 -06:00
parent da7960c433
commit a7eebddb06
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
[access "refs/heads/*"]
abandon = group openstack-helm-infra-core
create = group openstack-helm-infra-release
label-Code-Review = -2..+2 group openstack-helm-infra-core
label-Workflow = -1..+1 group openstack-helm-infra-core

View File

@ -1,5 +1,6 @@
[access "refs/heads/*"]
abandon = group openstack-helm-core
create = group openstack-helm-release
label-Code-Review = -2..+2 group openstack-helm-core
label-Workflow = -1..+1 group openstack-helm-core