Skip to content

Commit

Permalink
add Mergify config for high priority PRs
Browse files Browse the repository at this point in the history
This allows is to interrupt the merge queue for high priority PRs.
It's using the "priority: high 🔥" label currently.

Fixes: #10352
  • Loading branch information
geekosaur committed Sep 14, 2024
1 parent efa04f7 commit 9ebdbab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Note: We do not use the rebase strategy to merge PRs, because that
# loses information needed by changelog-d to associate commits with PRs.

priority_rules:
- name: "high priority :fire:"
conditions:
- label = "priority: high :fire:"
priority: high

pull_request_rules:

# implementing PR delay logic: apply a label after 2 days of inactivity
Expand Down

0 comments on commit 9ebdbab

Please sign in to comment.