mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
feat: add manual trigger for stale issue closure workflow
This commit is contained in:
parent
709633de72
commit
2cfd4d719a
1 changed files with 1 additions and 0 deletions
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:
|
||||
schedule:
|
||||
- cron: '30 1 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue