Add puppet-ceph-release right for special stable branch handling

puppet-ceph has independent relase model with special stable branches,
and now the team wants to clean up old stable branches [1]. To allow
them to do this housekeeping, this patch adds tagging and branch
deletion rights to puppet-ceph-release group. (note that the group
does not exist yet, so it needs to be populated with team members)

[1] https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/message/YIM2NE7YCJWHJ5EI7LDCPHZVW4KJBXAE/

Change-Id: I4501d0bc3b3908728eeb825c01be2f50b0d7d476
This commit is contained in:
Előd Illés 2024-01-17 17:22:33 +01:00
parent 0625781d8f
commit 1209c2d10b

View File

@ -7,6 +7,12 @@
label-Verified = -1..+1 group puppet-ceph-ci
label-Workflow = -1..+1 group puppet-ceph-core
[access "refs/heads/stable/*"]
delete = group puppet-ceph-release
[access "refs/tags/*"]
createSignedTag = group puppet-ceph-release
[receive]
requireChangeId = true
requireContributorAgreement = false