From 19bbc24d434f2fd1632d3442ec71107900ada294 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Tue, 31 Dec 2024 15:08:13 +0530 Subject: [PATCH] chore: bump stale time (#28973) [skip ci] --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 36390bc86f..4e746c9f1d 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: 14 +daysUntilStale: 28 # Number of days of inactivity before a stale Issue or Pull Request is closed. # Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.