diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-28 12:23:41 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-28 12:23:41 +0300 |
| commit | 1065eea38b8e3627af219b61dd02b16e0400cae2 (patch) | |
| tree | 03a6513c6100268ec82cf68b54b9c5a993ef4d68 | |
| parent | c13577f6b8a8f20df3ca7ccaf774127b02dd92a6 (diff) | |
| download | vyos.vyos-chore/add-mergify-extends-central.tar.gz vyos.vyos-chore/add-mergify-extends-central.zip | |
T8615: switch yaml-language-server schema URL to JSON-schemachore/add-mergify-extends-central
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
| -rw-r--r-- | .github/mergify.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/mergify.yml b/.github/mergify.yml index a384a5ee..525594cc 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://docs.mergify.com/configuration/file-format/ +# yaml-language-server: $schema=https://docs.mergify.com/mergify-configuration-schema.json extends: mergify merge_protections_settings: reporting_method: check-runs |
