summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Estabrook <jsestabrook@gmail.com>2026-05-13 08:44:41 -0500
committerGitHub <noreply@github.com>2026-05-13 08:44:41 -0500
commit0d5bc87298b3f5aa8235a307a08a2f2153b465e6 (patch)
treefae6154a6bafd2aa3f9ee0143668a61271d44d63
parent5bcb6d1d2578da8f4429b841da4371fa2ff8f3cf (diff)
parenta8e9da74b2b51e558a6a44b8639f2488dfbf7476 (diff)
downloadvyatta-biosdevname-0d5bc87298b3f5aa8235a307a08a2f2153b465e6.tar.gz
vyatta-biosdevname-0d5bc87298b3f5aa8235a307a08a2f2153b465e6.zip
Merge pull request #8 from vyos/T8531-restrict-mergify-commands
T8531: add Mergify config with commands restrictions
-rw-r--r--.github/mergify.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/.github/mergify.yml b/.github/mergify.yml
new file mode 100644
index 0000000..b2cf6ac
--- /dev/null
+++ b/.github/mergify.yml
@@ -0,0 +1,25 @@
+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
+ update: *allowed