From 1f39b7b0ce4b364c67851c96679236f4139419e3 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Thu, 14 Jan 2021 08:47:59 +0100 Subject: [PATCH] Only mark stale if waiting for response --- .github/stale.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 1759a32f..05a5f0e9 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -5,12 +5,10 @@ daysUntilStale: 120 # Number of days of inactivity before an Issue or Pull Request with the stale label is closed. daysUntilClose: 21 - -# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable -exemptLabels: - - no-stalebot - - enhancement - - work in progress + +# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled) +onlyLabels: + - 'Waiting for Response' # Set to true to ignore issues with an assignee (defaults to false) exemptAssignees: true