Skip to content

Commit addf580

Browse files
authored
chore(labeler): update labeler to proper usage
1 parent 19e7bac commit addf580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Pull Request Labeler"
22
on:
3-
pull_request:
3+
pull_request_target:
44
types: [opened, reopened]
55

66
jobs:
@@ -9,4 +9,4 @@ jobs:
99
steps:
1010
- uses: actions/labeler@v3
1111
with:
12-
repo-token: "${{ secrets.GITHUB_TOKEN }}"
12+
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)