Skip to content

Commit 39cd6ec

Browse files
authored
Update labeler.yml (#705)
Fix right for labeling external PR
1 parent 1fa685a commit 39cd6ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Pull Request Labeler"
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
branches:
66
- 'master'
77
jobs:
@@ -11,4 +11,4 @@ jobs:
1111
pull-requests: write
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/labeler@v5
14+
- uses: actions/labeler@v5

0 commit comments

Comments
 (0)