summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-11 09:23:19 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-05-11 09:23:19 +0300
commitbcbe5529b9f8fa9dda238bd3d0ec9f22fc15c73a (patch)
tree0ff13ec42f2d3c993a4a73dc69df5b2b79eff0d3
parenta25823499c1a703cbbd4835a7b49228b29b0afe1 (diff)
downloadvyos-documentation-bcbe5529b9f8fa9dda238bd3d0ec9f22fc15c73a.tar.gz
vyos-documentation-bcbe5529b9f8fa9dda238bd3d0ec9f22fc15c73a.zip
ci(ai-validation): bump REVIEWER_REF to v1.0.2
Single-line follow-up now that `reviewer-v1.0.2` is tagged (after canonical-sync PR VyOS-Networks/vyos-docs-opus-reviewer#15 merged). v1.0.2 is functionally identical to v1.0.1 — the Python package and `branches.json` are unchanged; the bump aligns this deployed copy with the canonical default for hygiene. The companion PRs on rolling/circinus also include the fail-closed- gate comment alignment that landed on this branch in #1973.
-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 b3d7c4e7..c0f70b9c 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.1
+ REVIEWER_REF: reviewer-v1.0.2
# 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.