fix: milestone again again again again
This commit is contained in:
parent
40f29907c7
commit
8649a489d8
1 changed files with 6 additions and 1 deletions
7
.github/workflows/milestone.yml
vendored
7
.github/workflows/milestone.yml
vendored
|
@ -9,7 +9,12 @@ on:
|
|||
jobs:
|
||||
set:
|
||||
runs-on: ubuntu-latest
|
||||
permissions: write-all
|
||||
permissions:
|
||||
issues: write
|
||||
checks: write
|
||||
contents: read
|
||||
pull-requests: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/github-script@v6
|
||||
|
|
Loading…
Reference in a new issue