mirror of
https://github.com/vinta/awesome-python.git
synced 2026-02-05 15:11:28 +08:00
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:
2
.github/workflows/claude-pr-review.yml
vendored
2
.github/workflows/claude-pr-review.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user