Skip to content

Commit

Permalink
fix pr-labeler action
Browse files Browse the repository at this point in the history
  • Loading branch information
falgon committed Sep 2, 2024
1 parent 678ef7a commit a24a3e5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ on:
types:
- opened
jobs:
pr-labeler:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: TimonVS/pr-labeler-action@v5
- uses: actions/labeler@v5
with:
configuration-path: .github/pr-labeler.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a24a3e5

Please sign in to comment.