Fix blazar tag permissions

Blazar ACLs allowed the team to push tags on the blazar repos.
These should be done through our normal release process.

Change-Id: I2b0fab0de07b42b7fb8b43f0e0639dba60035593
This commit is contained in:
Sean McGinnis 2017-12-21 15:34:17 -06:00 committed by Andreas Jaeger
parent db1afd6145
commit 948bb26dfd
1 changed files with 0 additions and 3 deletions

View File

@ -16,9 +16,6 @@ label-Workflow = -1..+0 group Change Owner
label-Workflow = -1..+1 group Project Bootstrappers
label-Workflow = -1..+1 group blazar-release-branch
[access "refs/tags/*"]
pushSignedTag = group blazar-release
[receive]
requireChangeId = true
requireContributorAgreement = true