Skip to content

Commit

Permalink
Upgrade to latest version of action
Browse files Browse the repository at this point in the history
  • Loading branch information
TimonVS committed Nov 16, 2022
1 parent 9d99f19 commit aeec1bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ on:
jobs:
pr-labeler:
runs-on: ubuntu-latest
permissions:
contents: read # for TimonVS/pr-labeler-action to read config
pull-requests: write # for TimonVS/pr-labeler-action to add labels in PR
steps:
- uses: TimonVS/pr-labeler-action@v3
- uses: TimonVS/pr-labeler-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit aeec1bb

Please sign in to comment.