Skip to content

Commit c3cfa08

Browse files
committed
chore: change event to pull_request_target right before merge
1 parent e92056a commit c3cfa08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/label-pr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ name: Add Labels to PRs
44
# in a PR, and then change it back to `pull_request_target` before merging.
55
# @see https://github.com/actions/labeler?tab=readme-ov-file#updating-major-version-of-the-labeler
66
on:
7-
# to change to pull_request_target before merge; needs pull_request to test in PR
8-
- pull_request
7+
- pull_request_target
98

109
jobs:
1110
add-labels:

0 commit comments

Comments
 (0)