From a187cf9081edc3bc1bc06f4f441192976c4ee383 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Sun, 10 May 2026 23:15:53 +0300 Subject: ci: bump REVIEWER_REF to reviewer-v1.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- .github/workflows/ai-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3