Skip to content

Commit

Permalink
Update labeler.yml to change permissions (microsoft#19709)
Browse files Browse the repository at this point in the history
### Description
Updated github/issue-labeler permissions to give write access for
issues. Tried to submit the same PR last week, but the checks kept
failing, so I couldn't merge.



### Motivation and Context
Enables issue labeling again, which has been broken since GitHub Actions
permissions were changed a couple weeks ago.
  • Loading branch information
sophies927 authored and Zhenze Wang committed Mar 7, 2024
1 parent e8937e0 commit 1540405
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
issues:
types: [opened, edited]

permissions:
issues: write

jobs:
triage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1540405

Please sign in to comment.