c2f434bd2f
Per [1] and [2]. Cloned from forked repo to skip old branches. [1] https://github.com/dims/etcd3-gateway/issues/29 [2] http://lists.openstack.org/pipermail/openstack-discuss/2020-August/016470.html Needed-By: https://review.opendev.org/747188 Change-Id: If9189ccef8a5f58c7228f72c1381c2bc47d5f356
32 lines
845 B
Plaintext
32 lines
845 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group etcd3gw-core
|
|
label-Backport-Candidate = -2..+2 group etcd3gw-core
|
|
label-Backport-Candidate = -1..+1 group Registered Users
|
|
label-Code-Review = -2..+2 group etcd3gw-core
|
|
label-Workflow = -1..+1 group etcd3gw-core
|
|
|
|
[access "refs/heads/stable/*"]
|
|
abandon = group stable-maint-core
|
|
label-Code-Review = -2..+2 group stable-maint-core
|
|
label-Workflow = -1..+1 group stable-maint-core
|
|
|
|
[label "Backport-Candidate"]
|
|
copyAllScoresIfNoCodeChange = true
|
|
copyAllScoresOnTrivialRebase = true
|
|
copyMaxScore = true
|
|
copyMinScore = true
|
|
defaultValue = 0
|
|
function = NoBlock
|
|
value = -2 Do Not Backport
|
|
value = -1 Not A Backport Candidate
|
|
value = 0 Backport Review Needed
|
|
value = +1 Proposed Backport
|
|
value = +2 Should Backport
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|