Skip to content

Commit

Permalink
fix(ci): fix "actions/labeler" failing on PRs from forked repos
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft authored and Tony-Proum committed Oct 2, 2020
1 parent 400f41d commit 91eb9d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://github.com/actions/labeler

name: Labeler
on: [pull_request]
on: [pull_request_target]

jobs:
label:
Expand All @@ -16,4 +16,4 @@ jobs:
steps:
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 91eb9d4

Please sign in to comment.