From f1bf157cace432c6ebb9fd8229bae5c9527037ab Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Sun, 17 Jun 2018 16:20:00 +0200 Subject: [PATCH] Update stale.yml [ci skip] --- .github/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index dc903c460..79663c203 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -4,7 +4,8 @@ daysUntilStale: 60 daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - - type:security-issue + - type:security-issue # never close automatically + - state:awaiting-response # handled by different bot # Set to true to ignore issues in a milestone (defaults to false) exemptMilestones: true # Label to use when marking an issue as stale