You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/mergify.yml
+10-11
Original file line number
Diff line number
Diff line change
@@ -1,35 +1,30 @@
1
1
queue_rules:
2
2
- name: default
3
-
conditions: []
4
-
5
-
pull_request_rules:
6
-
- name: Automatic merge on approval
7
-
conditions:
3
+
queue_conditions:
8
4
- and:
9
5
- 'base==master'
10
6
- '#review-threads-unresolved=0'
11
7
- '#changes-requested-reviews-by=0'
12
8
- 'label!=do-not-merge'
13
9
- '#approved-reviews-by>=1'
14
-
actions:
15
-
queue:
16
-
name: default
17
-
method: squash
10
+
merge_conditions: []
11
+
merge_method: squash
18
12
13
+
pull_request_rules:
19
14
- name: remove outdated reviews for non trusted authors
20
15
conditions:
21
16
- and:
22
17
- base=master
23
18
- author!=@ecopod
24
19
actions:
25
20
dismiss_reviews: {}
26
-
27
21
- name: Ask to resolve conflict
28
22
conditions:
29
23
- conflict
30
24
actions:
31
25
comment:
32
-
message: Hey @{{author}}! This PR has merge conflicts. Please fix them before continuing review.
26
+
message: Hey @{{author}}! This PR has merge conflicts. Please fix them before
27
+
continuing review.
33
28
label:
34
29
add:
35
30
- conflict
@@ -68,3 +63,7 @@ pull_request_rules:
68
63
comment:
69
64
message: |
70
65
Congrats! Your token has been merged. Consider joining our Discord to stay up to date with other builders in the ecosystem. Make sure to drink plenty of water.
0 commit comments