From 668cb254354eb2e28bc2394197f35a3626a267e9 Mon Sep 17 00:00:00 2001 From: Florian Date: Thu, 20 Nov 2025 17:10:17 +0100 Subject: [PATCH] Add stale.yml for issue management Configure stale issue management settings. --- .github/stale.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 00000000000..b1043c3e308 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,12 @@ +daysUntilStale: 20 +daysUntilClose: 5 +exemptLabels: + - "stale: skip" +staleLabel: "inactive" +markComment: > + This issue has been automatically marked as stale because it has not had + recent activity. It will be closed if no further activity occurs. +closeComment: > + This issue has been automatically closed because it has not had activity in + a long time. If the issue still applies to the most recent supported + version, please open a new issue referencing this original issue.