Skip to content

Commit

Permalink
chore(ci): update mergify script
Browse files Browse the repository at this point in the history
With #5683  the automatically merge of `send-it` labeled PR's was lost.
This PR brings it back

Pull-Request: #5808.
  • Loading branch information
jxs authored Jan 10, 2025
1 parent ba8da16 commit e6b02da
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,16 @@ pull_request_rules:
actions:
queue:

- name: Add send-it labeled PRs to merge queue
conditions:
# All branch protection rules are implicit: https://docs.mergify.com/conditions/#about-branch-protection
- base=master
- label=send-it
actions:
queue:

queue_rules:
- name: Add to merge queue
- name: default merge queue
queue_conditions:
- label=send-it
- base=master
Expand Down

0 comments on commit e6b02da

Please sign in to comment.