reactivated stale.yaml as github action (#3577)

The old `stale.yaml` seems not to work anymore, so I set up the same
content in a new github workflow.

I think we should use it again to get rid of old issues.
This commit is contained in:
Karsten Hassel
2024-10-04 21:47:07 +02:00
committed by GitHub
parent f91340ceca
commit f51fbe39c4
3 changed files with 22 additions and 19 deletions

View File

@@ -17,6 +17,8 @@ _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)
### Fixed
- [updatenotification] Fix pm2 using detection when pm2 script is in MagicMirror root folder (#3576)