diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-14 03:12:09 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-14 03:12:09 +0300 |
| commit | 1500697cabd0e41677f0a00b158067bf00295fab (patch) | |
| tree | bd6c16ae5324f7e64b14d2922439bba563ffb482 /docs/_include | |
| parent | bfce10e80addd69a070da99f2e85bd4e202c5505 (diff) | |
| download | vyos-documentation-1500697cabd0e41677f0a00b158067bf00295fab.tar.gz vyos-documentation-1500697cabd0e41677f0a00b158067bf00295fab.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 sagitta) — 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
sagitta 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.4` index has been getting stale on every doc push.
Fix: replace the file with rolling's verbatim content. The
post-conflict-marker content on sagitta 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
sagitta, moves the `1.4` tag to HEAD.
- `Context7 refresh` fires via `workflow_run` and refreshes the
`1.4` index.
🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to 'docs/_include')
0 files changed, 0 insertions, 0 deletions
