Skip to content

Commit 3d026bb

Browse files
authored
Mergify: configuration update (#1383)
1 parent 1fd8d9c commit 3d026bb

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.mergify.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,15 @@ pull_request_rules:
66
actions:
77
merge:
88
method: merge
9-
strict: true
9+
strict: smart+fasttrack
10+
11+
pull_request_rules:
12+
- name: Automatic merge for leadership team members when there are no reviewers
13+
conditions:
14+
- "#review-requested=0"
15+
- base=main
16+
- author=@leadership
17+
actions:
18+
merge:
19+
method: merge
20+
strict: smart+fasttrack

0 commit comments

Comments
 (0)