Skip to content

Commit ac60dc1

Browse files
authored
Mergify: configuration update (#1385)
1 parent 70dafe0 commit ac60dc1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.mergify.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,22 @@ pull_request_rules:
22
- name: Automatic merge on approval and when when GitHub branch protection passes on main
33
conditions:
44
- "#approved-reviews-by>=1"
5+
- -draft
56
- base=main
67
actions:
78
merge:
89
method: merge
910
strict: smart+fasttrack
1011

1112
pull_request_rules:
12-
- 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"
1314
conditions:
1415
- "#review-requested=0"
16+
- "#changes-requested-reviews-by<1"
17+
- -draft
1518
- base=main
1619
- author=@leadership
20+
- label=ready
1721
actions:
1822
merge:
1923
method: merge

0 commit comments

Comments
 (0)