mirror of
https://github.com/Aider-AI/aider
synced 2026-04-25 17:15:07 +02:00
feat: add manual trigger for stale issue closure workflow
This commit is contained in:
1
.github/workflows/close-stale.yml
vendored
1
.github/workflows/close-stale.yml
vendored
@@ -2,6 +2,7 @@ name: 'Close stale issues and PRs'
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 1 * * *'
|
- cron: '30 1 * * *'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
|
|||||||
Reference in New Issue
Block a user