
Giving gerrit and zuul the information necessary for the administration of a new repository, openstack/governance. Change-Id: I9a871cc3cd2d0f4b1d0172419aa4eeafce7582d7
13 lines
418 B
Plaintext
13 lines
418 B
Plaintext
[access "refs/heads/*"]
|
|
label-Code-Review = -2..+2 group tech-committee
|
|
label-Approved = +0..+1 group tech-committee-chair
|
|
workInProgress = group tech-committee
|
|
[access "refs/tags/*"]
|
|
create = group tech-committee-chair
|
|
pushTag = group tech-committee-chair
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
[submit]
|
|
mergeContent = true
|