From 245d7a02712f25a297de734a21a0f6eb058443fc Mon Sep 17 00:00:00 2001 From: Armin Sebastian Date: Sun, 22 Oct 2017 03:26:34 +0300 Subject: [PATCH] stale: increase max inactivity period to 365 days --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 9eb260f64..b24effc94 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: 120 +daysUntilStale: 365 # Number of days of inactivity before a stale Issue or Pull Request is closed daysUntilClose: 60 # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable