668da182ba
- Allow create branches, push tags for Fuel release - Allow put the verified for fuel-ci bot - Require Opnestack CLA as we moved the Noop framework's code and docs in the repo as well Change-Id: I51abdfa7a6ef2054994b23afc2ce9dc811b4fe89 Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
17 lines
399 B
Plaintext
17 lines
399 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group fuel-noop-fixtures-core
|
|
create = group fuel-release
|
|
label-Code-Review = -2..+2 group fuel-noop-fixtures-core
|
|
label-Verified = -1..+1 group fuel-ci
|
|
label-Workflow = -1..+1 group fuel-noop-fixtures-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group fuel-release
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|