We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70dafe0 commit ac60dc1Copy full SHA for ac60dc1
.mergify.yml
@@ -2,18 +2,22 @@ pull_request_rules:
2
- name: Automatic merge on approval and when when GitHub branch protection passes on main
3
conditions:
4
- "#approved-reviews-by>=1"
5
+ - -draft
6
- base=main
7
actions:
8
merge:
9
method: merge
10
strict: smart+fasttrack
11
12
pull_request_rules:
- - name: Automatic merge for leadership team members when there are no reviewers
13
+ - name: Automatic merge for leadership team members when there are no reviewers and the label is "ready"
14
15
- "#review-requested=0"
16
+ - "#changes-requested-reviews-by<1"
17
18
19
- author=@leadership
20
+ - label=ready
21
22
23
0 commit comments