From 7cda134762bda2168b5fb622af187719b345c3f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 2 Dec 2019 07:24:33 +0100 Subject: [PATCH] Stalebot: update issue config (#20789) --- .github/stale.yml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 6069a8b4de3..5a37b01fc34 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -33,16 +33,15 @@ exemptLabels: - no stalebot # Issue specific configuration -# issues: -# # TODO: Consider increasing the limitPerRun once we are satisfied with the bot's performance -# limitPerRun: 1 -# daysUntilStale: 100 -# daysUntilClose: 100 -# markComment: > -# This issue has been automatically marked as stale because it has not had activity in the -# last 100 days. It will be closed in the next 100 days if no activity occurs. -# Thank you for your contributions. -# closeComment: > -# This issue has been automatically closed because it has not had activity in the -# last month and a half. If this issue is still valid, please ping a maintainer and ask them to check this again. -# Thank you for your contributions. +issues: + limitPerRun: 1 + daysUntilStale: false + daysUntilClose: false + markComment: > + This issue has been automatically marked as stale because it has not had activity in the + last 100 days. It will be closed in the next 100 days if no activity occurs. + Thank you for your contributions. + closeComment: > + This issue has been automatically closed because it has not had activity in the + last month and a half. If this issue is still valid, please ping a maintainer and ask them to check this again. + Thank you for your contributions.