summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-10 23:15:53 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-05-10 23:15:53 +0300
commita187cf9081edc3bc1bc06f4f441192976c4ee383 (patch)
tree9da0f01219c1115a3f4fa9318d61276e92a1e198
parenta22df7d89dc52a2af1cff35e6eaba2084ecd0696 (diff)
downloadvyos-documentation-a187cf9081edc3bc1bc06f4f441192976c4ee383.tar.gz
vyos-documentation-a187cf9081edc3bc1bc06f4f441192976c4ee383.zip
ci: bump REVIEWER_REF to reviewer-v1.0.1
Tag VyOS-Networks/vyos-docs-opus-reviewer/reviewer-v1.0.1 was published after PR #13 merged on the reviewer side. v1.0.1 brings: - Self-hosted runner workspace cleanup - setup-uv (Debian 12 + Python 3.12 compat) The branches.json map and Python source consumed via REVIEWER_REF are unchanged from v1.0.0, so this bump is a no-op functionally for the validate job — but it ensures the deployed workflow pulls from a stable, post-cleanup-merge state of main rather than the older v1.0.0 tag. 🤖 Generated by [robots](https://vyos.io)
-rw-r--r--.github/workflows/ai-validation.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ai-validation.yml b/.github/workflows/ai-validation.yml
index c9861ff3..5d1ecf2b 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.0
+ REVIEWER_REF: reviewer-v1.0.1
# 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.