mirror of
https://github.com/MichMich/MagicMirror.git
synced 2026-06-23 16:57:59 -07:00
allow manually running stale workflow (#3580)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
name: "Close stale issues and PRs"
|
||||
|
||||
on:
|
||||
workflow_dispatch: # needed for manually running this workflow
|
||||
schedule:
|
||||
- cron: "30 1 * * 6" # every Saturday at 1:30
|
||||
|
||||
|
||||
Reference in New Issue
Block a user