mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
fix stale job (#3751)
exclude issues with label `ready (coming with next release)` from stale job
This commit is contained in:
parent
46d64abb4b
commit
791f77105a
2
.github/workflows/stale.yaml
vendored
2
.github/workflows/stale.yaml
vendored
@ -19,4 +19,4 @@ jobs:
|
|||||||
days-before-issue-close: 7
|
days-before-issue-close: 7
|
||||||
operations-per-run: 100
|
operations-per-run: 100
|
||||||
stale-issue-label: "wontfix"
|
stale-issue-label: "wontfix"
|
||||||
exempt-issue-labels: "pinned,security,under investigation,pr welcome"
|
exempt-issue-labels: "pinned,security,under investigation,pr welcome,ready (coming with next release)"
|
||||||
|
@ -30,6 +30,7 @@ planned for 2025-04-01
|
|||||||
- [weather/yr] The Yr weather provider now enforces a minimum `updateInterval` of 600 000 ms (10 minutes) to comply with the terms of service. If a lower value is set, it will be automatically increased to this minimum.
|
- [weather/yr] The Yr weather provider now enforces a minimum `updateInterval` of 600 000 ms (10 minutes) to comply with the terms of service. If a lower value is set, it will be automatically increased to this minimum.
|
||||||
- [weather/weatherflow] Fixed icons and added hourly support as well as UV, precipitation, and location name support.
|
- [weather/weatherflow] Fixed icons and added hourly support as well as UV, precipitation, and location name support.
|
||||||
- [workflow] Run `sudo apt-get update` before installing packages to avoid install errors
|
- [workflow] Run `sudo apt-get update` before installing packages to avoid install errors
|
||||||
|
- [workflow] Exclude issues with label `ready (coming with next release)` from stale job
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user