Skip to content

Commit

Permalink
Fix PR labeler for forks (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl committed Oct 2, 2020
1 parent 7c1f11d commit dfd4c84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-labeler.yml
@@ -1,6 +1,6 @@
name: PR Labeler
on:
pull_request:
pull_request_target:
types: [opened]

jobs:
Expand All @@ -9,4 +9,4 @@ jobs:
steps:
- uses: TimonVS/pr-labeler-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit dfd4c84

Please sign in to comment.