From e35ef623d5c132bba0659afb720f810c5fce7687 Mon Sep 17 00:00:00 2001 From: mertsincan Date: Fri, 26 Aug 2022 03:25:04 +0100 Subject: [PATCH] Update stale.yml --- .github/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 41dd97436b..fc9c446e92 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,6 +1,6 @@ # Configuration for probot-stale - https://github.com/probot/stale # Number of days of inactivity before an issue becomes stale -daysUntilStale: 90 +daysUntilStale: 60 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 # Set to true to ignore issues in a milestone (defaults to false) @@ -8,6 +8,7 @@ exemptMilestones: true # Issues with these labels will never be considered stale exemptLabels: - 'Core Team' + - 'PRO Support' - 'good first issue' - 'question' - 'Resolution: Help Wanted'