From 41116723556136f04a60401153f968279c160a43 Mon Sep 17 00:00:00 2001 From: Hinton Date: Mon, 10 Aug 2026 11:28:50 +0200 Subject: [PATCH] Correct how the automatic Claude Code review is triggered MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CONTRIBUTING said the ai-review label is required and that "without the label, the review doesn't fire." The gate in bitwarden/gh-actions/check-review-gate reviews any non-draft PR automatically, once per PR; the label covers what that safety net skips — drafts and repeat reviews. --- .claude/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/CONTRIBUTING.md b/.claude/CONTRIBUTING.md index 806217432942..0a30b7abd904 100644 --- a/.claude/CONTRIBUTING.md +++ b/.claude/CONTRIBUTING.md @@ -98,4 +98,4 @@ For agents, commands, hooks, and `CLAUDE.md` entries, start from an existing one ### 4. Validate before you push - Run a local Bitwarden Claude Code review with `/bitwarden-code-review:code-review-local` — it writes findings to files so you can fix them before pushing, without posting anything to GitHub. -- When you raise the PR, apply the `ai-review` label. Our reusable GitHub workflow watches for it and runs a Claude Code review automatically; without the label, the review doesn't fire. +- A non-draft PR gets a Claude Code review automatically once per PR, no label needed. Apply `ai-review` to review a draft or re-review after one has posted.