mirror of https://github.com/ceph/go-ceph
github: do not automatically merge on "extended-review" label
The "extended-review" label indicates that review is likely to take an extended period of time and for bots to not automatically take a PR. This avoid the need to preemptively mark a PR as changes needed or give a false impression with a "do-not-merge" tag, which has a subtle lack-of-quality implication. Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
f3e39224ec
commit
da34b0aec5
|
@ -10,6 +10,7 @@ pull_request_rules:
|
|||
- name: automatic merge
|
||||
conditions:
|
||||
- label!=do-not-merge
|
||||
- label!=extended-review
|
||||
- base=master
|
||||
- "#approved-reviews-by>=2"
|
||||
- "#changes-requested-reviews-by=0"
|
||||
|
|
Loading…
Reference in New Issue