summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-04-26 18:52:13 +0300
committerYuriy Andamasov <yuriy@andamasov.com>2026-04-26 18:52:13 +0300
commit8cd653ae947ca1febd2920e9ba45160d6c86e50e (patch)
treea4f8e3e7024c778298bbde2030b829f504eb8503
parentee2bc0c7a66e6d26a56b133a5949624acc74a4cf (diff)
downloadlibpam-radius-auth-8cd653ae947ca1febd2920e9ba45160d6c86e50e.tar.gz
libpam-radius-auth-8cd653ae947ca1febd2920e9ba45160d6c86e50e.zip
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 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