ci: update workflow trigger label to 'claude review'

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 <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-01-08 12:38:09 +08:00
parent 7d215c37a5
commit 43046d9848

View File

@@ -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'