Skip to content

Commit e6b02da

Browse files
authored
chore(ci): update mergify script
With #5683 the automatically merge of `send-it` labeled PR's was lost. This PR brings it back Pull-Request: #5808.
1 parent ba8da16 commit e6b02da

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/mergify.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,16 @@ pull_request_rules:
5252
actions:
5353
queue:
5454

55+
- name: Add send-it labeled PRs to merge queue
56+
conditions:
57+
# All branch protection rules are implicit: https://docs.mergify.com/conditions/#about-branch-protection
58+
- base=master
59+
- label=send-it
60+
actions:
61+
queue:
62+
5563
queue_rules:
56-
- name: Add to merge queue
64+
- name: default merge queue
5765
queue_conditions:
5866
- label=send-it
5967
- base=master

0 commit comments

Comments
 (0)