Skip to content

Commit 7b12829

Browse files
authored
Fix labeler workflow (#217)
1 parent 031d047 commit 7b12829

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
@@ -7,10 +7,10 @@
77

88
name: Labeler
99

10-
on: [pull_request]
10+
on: pull_request_target
1111

1212
jobs:
1313
label:
1414
uses: OpenWonderLabs/.github/.github/workflows/labeler.yml@latest
1515
secrets:
16-
token: ${{ secrets.GITHUB_TOKEN }}
16+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)