
Since we are going to upload stable/6.1 branch to the project we need to provide exclusive permissions for fuel-stable-core group Change-Id: Idecd326dffdfc381b39929de48703958a530ce5f Related-bug: #1478118
21 lines
508 B
Plaintext
21 lines
508 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group fuel-mirror-core
|
|
create = group fuel-mirror-core
|
|
label-Code-Review = -2..+2 group fuel-mirror-core
|
|
label-Verified = -1..+1 group fuel-ci
|
|
label-Workflow = -1..+1 group fuel-mirror-core
|
|
|
|
[access "refs/heads/stable/*"]
|
|
exclusiveGroupPermissions = label-Workflow
|
|
label-Workflow = -1..+1 group fuel-stable-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group fuel-mirror-core
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|