-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.mergify.yml
More file actions
33 lines (31 loc) · 956 Bytes
/
.mergify.yml
File metadata and controls
33 lines (31 loc) · 956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
queue_rules:
- name: default
batch_size: 1
queue_conditions:
- base=master
- label="merge-when-passing"
- label!="work-in-progress"
- "approved-reviews-by=@flux-framework/core"
- "#approved-reviews-by>0"
- "#changes-requested-reviews-by=0"
- -title~=^\[*[Ww][Ii][Pp]
merge_conditions:
- base=master
- label="merge-when-passing"
- label!="work-in-progress"
- "approved-reviews-by=@flux-framework/core"
- "#approved-reviews-by>0"
- "#changes-requested-reviews-by=0"
- -title~=^\[*[Ww][Ii][Pp]
merge_method: merge
update_method: rebase
# Avoid temporary branches created by mergify for parallel checks.
# These do not work with the pr-validator since the temporary PR
# branch is updated with a merge commit.
merge_queue:
max_parallel_checks: 1
pull_request_rules:
- name: refactored queue action rule
conditions: []
actions:
queue: