There was an error while loading. Please reload this page.
1 parent 1fd60b5 commit aa72d2dCopy full SHA for aa72d2d
1 file changed
.github/mergify.yml
@@ -8,3 +8,19 @@ pull_request_rules:
8
label:
9
toggle:
10
- conflicts
11
+
12
+commands_restrictions:
13
+ backport: &allowed
14
+ conditions:
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