From 723bf21b43d272976dbf62dc06625370f6495ba0 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Wed, 10 Feb 2021 16:46:32 -0800 Subject: [PATCH] Update stale.yml Reduce the stale days to 30 days. Signed-off-by: Sheng Yang --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index cc5b50b..3dd80aa 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,7 @@ # Configuration for probot-stale - https://github.com/probot/stale # Number of days of inactivity before an Issue or Pull Request becomes stale -daysUntilStale: 60 +daysUntilStale: 30 # Number of days of inactivity before an Issue or Pull Request with the stale label is closed. # Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.