From 4f3ff55ae704d68d0986c5560fa8757cbc9d9d7d Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Mon, 6 Jan 2020 09:48:18 +0100 Subject: [PATCH] updated stale config [ci skip] --- .github/stale.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 58ad1e2ad..61494684a 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,12 +1,14 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 90 +daysUntilStale: 180 # Number of days of inactivity before a stale issue is closed daysUntilClose: 30 # Issues with these labels will never be considered stale exemptLabels: - type:security-issue # never close automatically + - type:feature-request # never close automatically - state:awaiting-response # handled by different bot - state:blocked + - state:confirmed # Set to true to ignore issues in a milestone (defaults to false) exemptMilestones: true # Label to use when marking an issue as stale