mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-08 08:24:53 +00:00
allow manually running stale workflow (#3580)
This commit is contained in:
parent
961bae637c
commit
c7dcf542cf
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
|
||||
|
||||
|
@ -17,7 +17,7 @@ _This release is scheduled to be released on 2025-01-01._
|
||||
|
||||
### Updated
|
||||
|
||||
- [repo] reactivated `stale.yaml` as github action to mark issues as stale after 60 days and close them 7 days later (if no activity)
|
||||
- [repo] reactivated `stale.yaml` as github action to mark issues as stale after 60 days and close them 7 days later (if no activity).
|
||||
|
||||
### Fixed
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user