Skip to content

Commit bebdcf7

Browse files
leaanthonyclaude
andcommitted
fix(workflows): keep v3-alpha's pull_request_target on auto-label-issues
I had the direction backwards in the previous commit on this branch. v3-alpha already uses pull_request_target (the security-hardened trigger that lets the workflow label PRs from forks); master is the one still on the older pull_request. The fix to auto-label-issues belongs on master, not on v3-alpha. Reverting that part of this PR so v3-alpha keeps its current behaviour. The unreleased-changelog permission update remains. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9f7b354 commit bebdcf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-label-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Auto Label Issues
33
on:
44
issues:
55
types: [opened, edited, reopened]
6-
pull_request:
6+
pull_request_target:
77
types: [opened, edited, reopened, synchronize]
88

99
jobs:

0 commit comments

Comments
 (0)