Skip to content

Commit 6207659

Browse files
committed
exclude issues with label ready (coming with next release) from stale job
1 parent 46d64ab commit 6207659

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
days-before-issue-close: 7
2020
operations-per-run: 100
2121
stale-issue-label: "wontfix"
22-
exempt-issue-labels: "pinned,security,under investigation,pr welcome"
22+
exempt-issue-labels: "pinned,security,under investigation,pr welcome,ready (coming with next release)"

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ planned for 2025-04-01
3030
- [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.
3131
- [weather/weatherflow] Fixed icons and added hourly support as well as UV, precipitation, and location name support.
3232
- [workflow] Run `sudo apt-get update` before installing packages to avoid install errors
33+
- [workflow] Exclude issues with label `ready (coming with next release)` from stale job
3334

3435
### Removed
3536

0 commit comments

Comments
 (0)