Skip to content

Commit

Permalink
chore(labeler): update labeler to proper usage (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogpatch626 committed Feb 28, 2022
1 parent 0a98a74 commit c61fa2e
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: "Pull Request Labeler"
on:
pull_request:
pull_request_target:
types: [opened, reopened]

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

0 comments on commit c61fa2e

Please sign in to comment.