diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-08-03 19:57:30 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-03 17:57:30 +0100 |
| commit | 3263d8760117ab85bdfc6e13bbaf2d45db3c10a8 (patch) | |
| tree | 358af223f686cb6dddf579d16088e1dc18bb28b7 /.github/workflows | |
| parent | 4631db6a1578550dd4c1410a8416575899f36936 (diff) | |
| download | vyos-documentation-3263d8760117ab85bdfc6e13bbaf2d45db3c10a8.tar.gz vyos-documentation-3263d8760117ab85bdfc6e13bbaf2d45db3c10a8.zip | |
ci: bump REVIEWER_REF to reviewer-v1.0.3 (rolling branch-map fix) (#2182)
The reviewer-v1.0.2 tag ships a branches.json that maps docs branch
'rolling' to vyos-1x branch 'current'. The vyos-networks/vyos-1x
mirror renamed 'current' to 'rolling', so the 'Checkout vyos-1x at
mapped branch' step fails on every rolling-based PR (first observed
run 30565684480, PR #2177).
reviewer-v1.0.3 carries the corrected mapping (rolling -> rolling)
plus CI/docs-only changes; no reviewer Python source changes between
the two tags.
🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ai-validation.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ai-validation.yml b/.github/workflows/ai-validation.yml index a6c459ef..3f072793 100644 --- a/.github/workflows/ai-validation.yml +++ b/.github/workflows/ai-validation.yml @@ -13,7 +13,7 @@ concurrency: cancel-in-progress: true env: - REVIEWER_REF: reviewer-v1.0.2 + REVIEWER_REF: reviewer-v1.0.3 # Force JavaScript actions to run on Node 24. Some pinned action SHAs # we rely on still ship with Node 20 ABI; this env var opts the whole # workflow into Node 24 without per-action version churn. |
