We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52b1199 + db4cc29 commit a252500Copy full SHA for a252500
.mergify.yml
@@ -1,4 +1,12 @@
1
pull_request_rules:
2
+ - name: Add a queue label when PR is queued
3
+ description: Toggle the queue label when a pull request is (un)queued.
4
+ conditions:
5
+ - queue-position > 0
6
+ actions:
7
+ label:
8
+ toggle:
9
+ - merge-queued
10
- name: Label Mergify Stacks PRs
11
description: Pull requests that are part of a Mergify stack should be labeled as such
12
conditions:
0 commit comments