summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2026-04-29 09:42:13 +0100
committerGitHub <noreply@github.com>2026-04-29 09:42:13 +0100
commita66121e71712fadd938f11505a628449a4ac334d (patch)
tree56b9ea7beeb8f68af766d5e96a4d62793585058d
parentdef34d52f3482f955335cfa98ff01317f83c1cd8 (diff)
parent9ab74236446b45c6f439e10a639937452cef96ac (diff)
downloadvyos-1x-a66121e71712fadd938f11505a628449a4ac334d.tar.gz
vyos-1x-a66121e71712fadd938f11505a628449a4ac334d.zip
Merge pull request #5145 from vyos/T8531-restrict-mergify-commands
T8531: add Mergify config with commands restrictions
-rw-r--r--.github/mergify.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/.github/mergify.yml b/.github/mergify.yml
new file mode 100644
index 000000000..561cb3a51
--- /dev/null
+++ b/.github/mergify.yml
@@ -0,0 +1,26 @@
+pull_request_rules:
+ - name: Label conflicting pull requests
+ description: Add a label to a pull request with conflict to spot it easily
+ conditions:
+ - conflict
+ - '-closed'
+ actions:
+ label:
+ toggle:
+ - conflicts
+
+commands_restrictions:
+ backport: &allowed
+ conditions:
+ - or:
+ - sender=@vyos/maintainers
+ - sender=vyosbot
+ copy: *allowed
+ dequeue: *allowed
+ queue: *allowed
+ rebase: *allowed
+ refresh: *allowed
+ requeue: *allowed
+ squash: *allowed
+ unqueue: *allowed
+ update: *allowed