Skip to content

Commit c930f56

Browse files
authored
fix labeler action
1 parent 6b28fcd commit c930f56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: "Set theme labels"
22

33
on:
4-
- pull_request
4+
- pull_request_target
55

66
jobs:
77
triage:
88
runs-on: ubuntu-latest
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)