Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
fix(labeler): outdated label usage (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogpatch626 committed Feb 25, 2022
1 parent 4e6ffa1 commit a313cea
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 a313cea

Please sign in to comment.