summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-05-25 22:29:25 +0300
committerGitHub <noreply@github.com>2026-05-25 22:29:25 +0300
commit2b70b3e1e2ca7181c043f08d2213e1f627fef7a1 (patch)
tree11e41bebdd976ecc1030f2f9f731d78ed532decb
parenta8e88f9a485f6ced7cffad2c495dfd3baa5aa296 (diff)
parent988bba337113ddb49818ee4988b9bfd20f7e47cf (diff)
downloadcommunity.vyos.net-2b70b3e1e2ca7181c043f08d2213e1f627fef7a1.tar.gz
community.vyos.net-2b70b3e1e2ca7181c043f08d2213e1f627fef7a1.zip
Merge pull request #55 from vyos/t8782-extends-overlay
T8809: add extends: mergify, preserve manual-only deviation
-rw-r--r--.mergify.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.mergify.yml b/.mergify.yml
index 2c67ec3..01ccd7d 100644
--- a/.mergify.yml
+++ b/.mergify.yml
@@ -1,7 +1,12 @@
-# Mergify configuration — manual commands only, no automated rules.
+extends: mergify
+merge_protections_settings:
+ reporting_method: check-runs
+# Local divergence: manual commands only, no automated rules.
# Available commands (post in a PR comment):
# @Mergifyio merge — merge the PR
# @Mergifyio rebase — rebase the branch on the base branch
# @Mergifyio update — update the branch (merge base into it)
# @Mergifyio backport <branch> — backport to another branch
+# Empty pull_request_rules overrides nothing; central rules from `extends: mergify`
+# (commands_restrictions + Label conflicting pull requests + invalid-title) still apply.
pull_request_rules: []