chore(issues) allow dispatching issue closer

This commit is contained in:
embeddedt
2021-05-17 18:56:32 -04:00
committed by GitHub
parent f4bb6eadf5
commit 76d5d468b9

View File

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