mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-23 13:24:06 +00:00
allow manually running stale workflow (#3580)
This commit is contained in:
1
.github/workflows/stale.yaml
vendored
1
.github/workflows/stale.yaml
vendored
@@ -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