summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2026-04-29 09:57:56 +0100
committerGitHub <noreply@github.com>2026-04-29 09:57:56 +0100
commit1127770aff2765c498079b4c03f3c49a79f7dcb3 (patch)
treec340f5cdec8d71db8035638fa297c6a0c1faec9f /.github
parent624af0883e7dbfe40688784683487ee1f12b62fb (diff)
parent80688a47115d74e59080764af663c3c02caa6997 (diff)
downloadipaddrcheck-1127770aff2765c498079b4c03f3c49a79f7dcb3.tar.gz
ipaddrcheck-1127770aff2765c498079b4c03f3c49a79f7dcb3.zip
Merge pull request #23 from vyos/T8531-restrict-mergify-commands
T8531: add Mergify config with commands restrictions
Diffstat (limited to '.github')
-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 0000000..561cb3a
--- /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