fix stale job (#3751)

exclude issues with label `ready (coming with next release)` from stale
job
This commit is contained in:
Karsten Hassel
2025-03-22 21:23:10 +01:00
committed by GitHub
parent 46d64abb4b
commit 791f77105a
2 changed files with 2 additions and 1 deletions

View File

@@ -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)"