We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d751342 + 6897a5c commit 1a254cbCopy full SHA for 1a254cb
1 file changed
.github/mergify.yml
@@ -0,0 +1,26 @@
1
+pull_request_rules:
2
+ - name: Label conflicting pull requests
3
+ description: Add a label to a pull request with conflict to spot it easily
4
+ conditions:
5
+ - conflict
6
+ - '-closed'
7
+ actions:
8
+ label:
9
+ toggle:
10
+ - conflicts
11
+
12
+commands_restrictions:
13
+ backport: &allowed
14
15
+ - or:
16
+ - sender=@vyos/maintainers
17
+ - sender=vyosbot
18
+ copy: *allowed
19
+ dequeue: *allowed
20
+ queue: *allowed
21
+ rebase: *allowed
22
+ refresh: *allowed
23
+ requeue: *allowed
24
+ squash: *allowed
25
+ unqueue: *allowed
26
+ update: *allowed
0 commit comments