summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-28 13:09:00 +0300
committerGitHub <noreply@github.com>2026-05-28 13:09:00 +0300
commit8e3b18f034d7183d6d756c10ec8c7c93b574d01d (patch)
tree03a6513c6100268ec82cf68b54b9c5a993ef4d68 /.github
parentfd226fc4f3a0fd7639794b0eacaf17c972640049 (diff)
downloadvyos.vyos-8e3b18f034d7183d6d756c10ec8c7c93b574d01d.tar.gz
vyos.vyos-8e3b18f034d7183d6d756c10ec8c7c93b574d01d.zip
T8615: add Mergify config (extends: mergify central template) (#476)
* T8615: add Mergify config (extends: mergify central template) Adds the org-local central-config inheritance file per the T8615 sweep (re-scoped 2026-05-28). 4-line minimum: extends: mergify resolves to vyos/mergify which provides commands_restrictions (9 slash commands x 4-sender allowlist), conflict labeler, PR-title T-ID format check, opt-in auto-update, and the backport-conflict merge protection. merge_protections_settings: reporting_method: check-runs declared explicitly per-repo because only defaults and commands_restrictions are documented as merging across extends: -- pin to current behavior pre the 2026-07-31 default flip per data/github.md Mergify gotchas table. Phase 0 CR: 0 finding(s). Known false positive: CR flags extends: mergify as 'not a documented built-in preset' but Mergify documents the org-local form at https://docs.mergify.com/configuration/sharing/. Refs: T8615 (re-scoped 2026-05-28), IS-421 Generated by robots https://vyos.io * T8615: switch yaml-language-server schema URL to JSON-schema Replaces the human-docs file-format URL (which serves HTML and cannot drive editor validation) with the machine-readable JSON-schema URL that yaml-language-server actually resolves for autocomplete and schema validation. Old: https://docs.mergify.com/configuration/file-format/ New: https://docs.mergify.com/mergify-configuration-schema.json Phase 0 CR: 0 0 finding(s). Refs: T8615 (re-scoped 2026-05-28), IS-421 Generated by robots https://vyos.io
Diffstat (limited to '.github')
-rw-r--r--.github/mergify.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/mergify.yml b/.github/mergify.yml
new file mode 100644
index 00000000..525594cc
--- /dev/null
+++ b/.github/mergify.yml
@@ -0,0 +1,4 @@
+# yaml-language-server: $schema=https://docs.mergify.com/mergify-configuration-schema.json
+extends: mergify
+merge_protections_settings:
+ reporting_method: check-runs