mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
ci: add permissions for stale issue workflow
This commit is contained in:
parent
e427e2da05
commit
5a1cf67ea3
1 changed files with 3 additions and 0 deletions
3
.github/workflows/close-stale.yml
vendored
3
.github/workflows/close-stale.yml
vendored
|
@ -4,6 +4,9 @@ on:
|
||||||
- cron: '30 1 * * *'
|
- cron: '30 1 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue