From e78d2c696234928785e3b8a3189cea7615053a6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Vivet?= Date: Fri, 22 Oct 2021 12:26:31 +0200 Subject: [PATCH] Add automation to automatically close stale issues (#3184) Only show in developer changelog --- .github/stale.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 0000000000..94d06f1cbe --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,15 @@ +# Automatically close issues with certain tags indicating that we need more information, +# after some days have passed. + +daysUntilStale: 20 +daysUntilClose: 7 + +# Only do this on tags implying we need more information: +onlyLabels: ["Need a game/precise steps to reproduce the issue","👋 Needs confirmation/testing"] +only: issues + +markComment: > + This issue seems to be stale: it needs additional information but it has not had + recent activity. It will be closed in 7 days if no further activity occurs. Thank you + for your contributions. +