Skip to content

Commit

Permalink
Update labeler config (#2025)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson committed Apr 25, 2024
1 parent b28f084 commit f786dc2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: "Pull Request Labeler"
on:
pull_request_target:
types:
- opened
- pull_request_target

jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: actions/labeler@v4

0 comments on commit f786dc2

Please sign in to comment.