Make pypi-mirror owned by its own core team

Infra doesn't really care about pypi-mirror anymore - but other people
do. Empower them.

Change-Id: I5eaaa3198bfc1bf3716edf75697f299998432593
This commit is contained in:
Monty Taylor 2015-01-15 08:18:56 +13:00
parent 56aae3808c
commit 816fccbdab

View File

@ -1,10 +1,10 @@
[access "refs/heads/*"]
abandon = group infra-core
label-Code-Review = -2..+2 group infra-core
label-Workflow = -1..+1 group infra-core
abandon = group pypi-mirror-core
label-Code-Review = -2..+2 group pypi-mirror-core
label-Workflow = -1..+1 group pypi-mirror-core
[access "refs/tags/*"]
pushSignedTag = group infra-core
pushSignedTag = group pypi-mirror-core
[receive]
requireChangeId = true