There was an error while loading. Please reload this page.
2 parents def34d5 + 9ab7423 commit a66121eCopy full SHA for a66121e
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