We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pull_request_target
1 parent e92056a commit c3cfa08Copy full SHA for c3cfa08
.github/workflows/label-pr.yml
@@ -4,8 +4,7 @@ name: Add Labels to PRs
4
# in a PR, and then change it back to `pull_request_target` before merging.
5
# @see https://github.com/actions/labeler?tab=readme-ov-file#updating-major-version-of-the-labeler
6
on:
7
- # to change to pull_request_target before merge; needs pull_request to test in PR
8
- - pull_request
+ - pull_request_target
9
10
jobs:
11
add-labels:
0 commit comments