From fe2a8ab832ae2ffa51c6fbf20052bd0f338dafd0 Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Wed, 20 Jan 2021 11:08:21 -0500 Subject: [PATCH] Enable stale bot for PRs and questions (#2731) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Enable stale bot for PRs and questions Signed-off-by: Yuri Shkuro * make it "warmer" Signed-off-by: Yuri Shkuro * change stale label Signed-off-by: Yuri Shkuro Co-authored-by: Juraci Paixão Kröhling --- .github/stale.yml | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 5733149d650..9e82503b9eb 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,4 +1,28 @@ -daysUntilStale: 60 -daysUntilClose: 7 -onlyLabels: - - needs-info +# Label to use when marking as stale +staleLabel: stale + +pulls: + daysUntilStale: 60 + daysUntilClose: 14 + onlyLabels: [] + exemptLabels: [] + markComment: > + This pull request has been automatically marked as stale because it has not had + recent activity. It will be closed if no further activity occurs. You may re-open + it if you need more time. + closeComment: > + This pull request has been automatically closed due to inactivity. You may re-open + it if you need more time. We really appreciate your contribution and we are sorry + that this has not been completed. + +issues: + daysUntilStale: 30 + daysUntilClose: 7 + onlyLabels: + - question + exemptLabels: [] + 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 due to inactivity.