diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2026-08-03 19:29:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-03 19:29:40 +0100 |
| commit | 2ea0928fc0277eacb208765ab119055908b8e184 (patch) | |
| tree | b033bdb2b7db7539c3a3577733e4150b712fb8ba | |
| parent | 818598fbf1880d6b14ca327949dce37506fcb0ef (diff) | |
| download | vyos-documentation-2ea0928fc0277eacb208765ab119055908b8e184.tar.gz vyos-documentation-2ea0928fc0277eacb208765ab119055908b8e184.zip | |
ci: bump REVIEWER_REF to reviewer-v1.0.3 (rolling branch-map fix) (#2182) (#2184)
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)
(cherry picked from commit 3263d8760117ab85bdfc6e13bbaf2d45db3c10a8)
Co-authored-by: Yuriy Andamasov <yuriy@vyos.io>
| -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. |
