Skip to content

Commit

Permalink
Update labeler.yml to change permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
sophies927 authored Feb 24, 2024
1 parent b487ccb commit 96bd1fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ on:
issues:
types: [opened, edited]

permissions:
issues: write

jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v3.3
- uses: github/issue-labeler@v3.4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
Expand Down

0 comments on commit 96bd1fe

Please sign in to comment.