From 69c8f0a4d44e5f973762cef913e484a9dcafd22d Mon Sep 17 00:00:00 2001 From: GitHub CI Date: Fri, 24 Jul 2026 14:30:32 -0700 Subject: [PATCH] =?UTF-8?q?chore(deps):=20pin=20pr-reviewer-plugin=20v0.20?= =?UTF-8?q?.0=20=E2=80=94=20in-process=20replay=20endpoint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Smoke-testing v0.19.1 showed replay can't run as a standalone CLI (no STATE.workflow_run, no App token in a fresh process). v0.20.0 adds the gated in-process /replay endpoint. Rolling so replay is actually invocable — the last step before the first fast-vs-smart scored run. Co-Authored-By: Claude Opus 4.8 (1M context) --- Dockerfile | 2 +- protoagent.bundle.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bbab721..a0074d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ ARG GITHUB_PLUGIN_REF=v0.3.0 RUN git clone --depth 1 --branch "${GITHUB_PLUGIN_REF}" \ https://github.com/protoLabsAI/github-plugin.git /opt/protoagent/plugins/github \ && rm -rf /opt/protoagent/plugins/github/.git -ARG PR_REVIEWER_PLUGIN_REF=v0.19.1 +ARG PR_REVIEWER_PLUGIN_REF=v0.20.0 RUN git clone --depth 1 --branch "${PR_REVIEWER_PLUGIN_REF}" \ https://github.com/protoLabsAI/pr-reviewer-plugin.git /opt/protoagent/plugins/pr-reviewer \ && rm -rf /opt/protoagent/plugins/pr-reviewer/.git diff --git a/protoagent.bundle.yaml b/protoagent.bundle.yaml index 58c5e6c..7db858a 100644 --- a/protoagent.bundle.yaml +++ b/protoagent.bundle.yaml @@ -30,7 +30,7 @@ verified_against: 0.108.0 plugins: - { id: workflows, builtin: true } # the recipe engine (code-review panels run through it) - { id: github, url: https://github.com/protoLabsAI/github-plugin, ref: v0.3.0 } - - { id: pr-reviewer, url: https://github.com/protoLabsAI/pr-reviewer-plugin, ref: v0.19.1 } + - { id: pr-reviewer, url: https://github.com/protoLabsAI/pr-reviewer-plugin, ref: v0.20.0 } enabled: [workflows, github, pr-reviewer] # suggested turn-on list (applied to plugins.enabled)