mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Update labeler.yml to change permissions (#19709)
### 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.
This commit is contained in:
parent
250779474d
commit
7455dd1f32
1 changed files with 3 additions and 0 deletions
3
.github/workflows/labeler.yml
vendored
3
.github/workflows/labeler.yml
vendored
|
|
@ -3,6 +3,9 @@ on:
|
|||
issues:
|
||||
types: [opened, edited]
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
|
||||
jobs:
|
||||
triage:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue