From 18e9886dfea7ead9967a9d21689b9c5526efdb38 Mon Sep 17 00:00:00 2001 From: Dominik Kundel Date: Wed, 8 Jan 2020 15:19:29 -0800 Subject: [PATCH] Update stale.yml --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index bbeb15d998..4b1fedaad1 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -51,8 +51,8 @@ limitPerRun: 30 # Optionally, specify configuration settings that are specific to just 'issues' or 'pulls': pulls: - daysUntilStale: 10 - daysUntilClose: 4 + daysUntilStale: 60 + daysUntilClose: 7 markComment: > This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.