
Add new group to fuel-qa for stable-mu branches. It is needed because different teams works on stable and stable-mu branches, and we have different CIs for these branches. Change-Id: I9c2ad4ade6c54e81565bcf7b73fd834d163bbb4d
23 lines
561 B
Plaintext
23 lines
561 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group fuel-abandon-bot
|
|
abandon = group fuel-qa-core
|
|
create = group fuel-release
|
|
label-Code-Review = -2..+2 group fuel-qa-core
|
|
label-Verified = -1..+1 group fuel-ci
|
|
label-Workflow = -1..+1 group fuel-qa-core
|
|
|
|
[access "refs/heads/stable-mu/*"]
|
|
abandon = group fuel-qa-mu-core
|
|
label-Code-Review = -2..+2 group fuel-qa-mu-core
|
|
label-Workflow = -1..+1 group fuel-qa-mu-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group fuel-release
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|