Skip to content

Commit

Permalink
chore(labeler): update labeler to proper usage (americanexpress#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogpatch626 committed Feb 28, 2022
1 parent 8e71c19 commit 6dc8f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -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 6dc8f00

Please sign in to comment.