feat: add manual trigger for stale issue closure workflow

This commit is contained in:
Paul Gauthier (aider) 2024-10-21 10:30:19 -07:00
parent 709633de72
commit 2cfd4d719a

View file

@ -2,6 +2,7 @@ name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 1 * * *'
workflow_dispatch:
jobs:
stale: