summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-14 03:12:04 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-05-14 03:12:04 +0300
commit48db374024ef54826ee06d5d84693bcbed634c6a (patch)
tree2c71e01e94efec0f1034bab60bb47b4a5f9492d2 /scripts
parent321245dd9e31ec325bb64705ae03385bf33bab11 (diff)
downloadvyos-documentation-48db374024ef54826ee06d5d84693bcbed634c6a.tar.gz
vyos-documentation-48db374024ef54826ee06d5d84693bcbed634c6a.zip
ci(workflows): remove conflict markers from update-version-tags.yml
`.github/workflows/update-version-tags.yml` has carried literal git conflict markers in its YAML header since the Mergify auto-backport in #1988 (cherry-pick of #1984 onto circinus) — the cherry-pick conflicted, but Mergify's `ignore_conflicts: true` default at the time committed the markers verbatim into the file. (The central Mergify config switched to `ignore_conflicts: false` a few days later as a direct response to this class of incident; #1988 had already merged.) Result: GitHub's YAML parser fails on `<<<<<<<` / `=======` / `>>>>>>>` and the workflow can't schedule any job. Every push to circinus touching `docs/**` or `context7.json` since #1988 merged reported "this run likely failed because of a workflow file issue" with 0 jobs. The downstream `context7-refresh.yml` (which uses `workflow_run` to react to this workflow's name) also never fired, so Context7's `1.5` index has been getting stale on every doc push. Fix: replace the file with rolling's verbatim content. The post-conflict-marker content on circinus was already byte-identical to rolling; only the marker block + the obsolete comment block above it differ. Confirmed with `diff <(git show origin/rolling:.../update-version-tags.yml) <(...)` returning empty after stripping markers. After this merges: - `Update version tags` runs on every docs-affecting push to circinus, moves the `1.5` tag to HEAD. - `Context7 refresh` fires via `workflow_run` and refreshes the `1.5` index. 🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions