Add tagging permissions to python-libraclient

Change-Id: I9ea27e38a4e80485d9357a1dd47a47fb93e9aa6e
This commit is contained in:
Andrew Hutchings 2013-09-05 19:09:32 +01:00
parent e2337f4360
commit 4ff4426a39

@ -3,6 +3,8 @@
[access "refs/heads/*"]
label-Code-Review = -2..+2 group libra-core
label-Approved = +0..+1 group libra-core
[access "refs/tags/*"]
pushTag = group libra-milestone
[receive]
requireChangeId = true
requireContributorAgreement = true