From 43046d9848caae698a226a81a988bb53e207d326 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Thu, 8 Jan 2026 12:38:09 +0800 Subject: [PATCH] ci: update workflow trigger label to 'claude review' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change label name from 'claude-review' to 'claude review' for consistency with GitHub's standard label naming convention using spaces. 🤖 Generated with Claude Code (https://claude.ai/code) Co-Authored-By: Claude --- .github/workflows/claude-pr-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude-pr-review.yml b/.github/workflows/claude-pr-review.yml index 740fa33b..03358e69 100644 --- a/.github/workflows/claude-pr-review.yml +++ b/.github/workflows/claude-pr-review.yml @@ -9,7 +9,7 @@ on: jobs: claude-pr-review: if: | - github.event.label.name == 'claude-review' || + github.event.label.name == 'claude review' || github.event.pull_request.author_association == 'FIRST_TIME_CONTRIBUTOR' || github.event.pull_request.author_association == 'FIRST_TIMER' || github.event.pull_request.author_association == 'NONE'