Add ACL rule for deleting treasuremap branches

This grants delete privileges on Treasuremap project branches to the
airship-release group.  This is required so that we can clean up the
old `v2` branch now that its contents have been moved to master, and
is no longer needed (and can be confusing).

Change-Id: I052401ba1932f821f0825fa7047576a119cee1ed
This commit is contained in:
Matt McEuen 2021-04-20 14:08:53 -05:00
parent 14035f0407
commit 5f1a5c8a97
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ pushMerge = group airship-release
[access "refs/heads/*"]
abandon = group treasuremap-core
create = group airship-release
delete = group airship-release
label-Code-Review = -2..+2 group treasuremap-core
label-Verified = -1..+1 group airship-ci
label-Workflow = -1..+1 group treasuremap-core