a4d852518f
* Add exclusive label-Workflow permissions to stable/7.0 branches Change-Id: If67e15d4f5283efa47ba8038265f0c3c105cecd1 Partial-Bug: #1499509
25 lines
670 B
Plaintext
25 lines
670 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group python-fuelclient-core
|
|
create = group python-fuelclient-release
|
|
label-Code-Review = -2..+2 group python-fuelclient-core
|
|
label-Verified = -1..+1 group fuel-ci
|
|
label-Workflow = -1..+1 group python-fuelclient-core
|
|
|
|
[access "refs/heads/stable/6.1"]
|
|
exclusiveGroupPermissions = label-Workflow
|
|
label-Workflow = -1..+1 group fuel-stable-core
|
|
|
|
[access "refs/heads/stable/7.0"]
|
|
exclusiveGroupPermissions = label-Workflow
|
|
label-Workflow = -1..+1 group fuel-stable-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group python-fuelclient-release
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|