From 68a69e9b07d029367f13ffc68e2511dea5e1f90e Mon Sep 17 00:00:00 2001 From: Jeroen Willemsen Date: Wed, 29 Sep 2021 14:43:51 +0200 Subject: [PATCH] Updated stale to only have those that require input from a user --- .github/stale.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 814750195..619a771a4 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,14 +1,10 @@ --- daysUntilStale: 90 daysUntilClose: 14 -exemptLabels: - - bounty - - challenge - - critical - - feature - - technical debt +onlyLabels: + - waiting-for-input + - wontfix staleLabel: stale markComment: > - This issue has been automatically marked as `stale` because it has not had - recent activity. :calendar: It will be _closed automatically_ in one week if no further activity occurs. + This issue has been automatically marked as `stale` because it has not had recent activity. :calendar: It will be _closed automatically_ in one week if no further activity occurs. closeComment: false \ No newline at end of file