Fix ACL for microversion-parse

microversion-parse was recently[1] adopted by oslo, and as such should
leverage the release management team and the releases repo to produce
releases. This removes ACL allowing to directly push releases.

[1] 68d2cea52f

Change-Id: I50063c7bf8a34e9566986ff75cfef7c83f73187b
This commit is contained in:
Thierry Carrez 2019-12-12 10:58:16 +01:00
parent af4bc64123
commit 3e6b2dbad1
1 changed files with 0 additions and 4 deletions

View File

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