Skip to content

Commit 9919609

Browse files
dvdksnclaude
andcommitted
chore: remove pull_request_target triggers from pr-review and labeler
pr-review: drop pull_request_target (auto-review on open/ready_for_review). Manual /review via issue_comment is preserved and unaffected. labeler: replace pull_request_target with workflow_dispatch to disable automatic fork-PR labeling. Can be re-enabled by reverting this change. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 00aefd5 commit 9919609

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ concurrency:
55
cancel-in-progress: true
66

77
on:
8-
pull_request_target:
8+
workflow_dispatch:
99

1010
jobs:
1111
labeler:

.github/workflows/pr-review.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
types: [created]
66
pull_request_review_comment:
77
types: [created]
8-
pull_request_target:
9-
types: [ready_for_review, opened]
108

119
permissions:
1210
contents: read

0 commit comments

Comments
 (0)