mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
add permission to lable issue/pr
This commit is contained in:
parent
9506e2c972
commit
bf240ce9bb
4
.github/workflows/labeler.yml
vendored
4
.github/workflows/labeler.yml
vendored
@ -9,7 +9,9 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
label-priority:
|
label-priority:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- name: Label New Issue or PR
|
- name: Label New Issue or PR
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user