Skip to content

Commit

Permalink
fix PR file error
Browse files Browse the repository at this point in the history
  • Loading branch information
allgandalf committed Jul 21, 2023
1 parent ac94f81 commit 5581f9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/prlabeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

name: "PR Labeler"
on:
- pull_request_target
pull_request:


jobs:
label:
permissions:
Expand All @@ -16,5 +18,6 @@ jobs:
steps:
- uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: ".github/labeler.yml"
sync-labels: false

0 comments on commit 5581f9b

Please sign in to comment.