Be clear that zone repos are owned by infra-core

Until we have a better triggering story, this is purely an
infra-core repo.

Change-Id: I6eee810b524a45eb03901ca3d1add911182114c0
This commit is contained in:
Monty Taylor 2020-04-02 15:53:48 -05:00
parent 167b161b7e
commit 5038a9191f
2 changed files with 8 additions and 8 deletions

View File

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

View File

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