mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-09 07:23:18 -05:00
ci: disable automatic PR trigger for Claude review workflow
Switch from pull_request event to workflow_dispatch only, commenting out the pull_request trigger. This allows manual invocation while preventing automatic runs on every PR. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
9
.github/workflows/claude-pr-review.yml
vendored
9
.github/workflows/claude-pr-review.yml
vendored
@@ -1,10 +1,11 @@
|
||||
name: Claude PR Review
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, ready_for_review, reopened, labeled]
|
||||
paths:
|
||||
- "README.md"
|
||||
workflow_dispatch:
|
||||
# pull_request:
|
||||
# types: [opened, synchronize, ready_for_review, reopened, labeled]
|
||||
# paths:
|
||||
# - "README.md"
|
||||
|
||||
jobs:
|
||||
claude-pr-review:
|
||||
|
||||
Reference in New Issue
Block a user