Fix ACL for compute-hyperv

compute-hyperv was recently added as an official deliverable.
Its ACL file still reflects the previous situation, where the
release management team would not be in charge of tagging
releases. This fixes the situation by removing the extra rights,
as per releasemanagement team policy.

Change-Id: I425a346b6afd31a7a6e3a07f7ec8e06c1a8d6f05
This commit is contained in:
Thierry Carrez 2019-08-01 11:44:39 +02:00
parent 8150b18ea4
commit abc75b7218

View File

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