Skip to content

Commit

Permalink
ci: attempt to fix labeler failures
Browse files Browse the repository at this point in the history
  • Loading branch information
retr0h committed Jan 2, 2024
1 parent 88fc303 commit 1d35ace
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ on: [pull_request]

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

0 comments on commit 1d35ace

Please sign in to comment.