From 791f77105a0873a124da70a7de048343bdaa3c9e Mon Sep 17 00:00:00 2001 From: Karsten Hassel Date: Sat, 22 Mar 2025 21:23:10 +0100 Subject: [PATCH] fix stale job (#3751) exclude issues with label `ready (coming with next release)` from stale job --- .github/workflows/stale.yaml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index fd73269c..800684df 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -19,4 +19,4 @@ jobs: days-before-issue-close: 7 operations-per-run: 100 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)" diff --git a/CHANGELOG.md b/CHANGELOG.md index 779ac8f7..782f19fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/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] Exclude issues with label `ready (coming with next release)` from stale job ### Removed