Update stale.yml -> added write permission
This commit is contained in:
parent
e315c718a2
commit
513ddac6d0
1 changed files with 3 additions and 0 deletions
3
.github/workflows/stale.yml
vendored
3
.github/workflows/stale.yml
vendored
|
|
@ -4,6 +4,9 @@ on:
|
||||||
- cron: '30 12 * * *'
|
- cron: '30 12 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue