Add workflow_dispatch event for stale action

Signed-off-by: David Ko <dko@suse.com>
This commit is contained in:
David Ko 2021-11-15 21:33:14 +08:00
parent 8f53a2b6a1
commit 407ac72e4a

View File

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