From d7de4fd08a6e20c5d17e69c88eaeb383cdee0e79 Mon Sep 17 00:00:00 2001 From: Sven Efftinge Date: Tue, 28 Sep 2021 11:00:49 +0200 Subject: [PATCH] Close stale PRs more agressively In order to reduce concurrent WIP and the total number of open PRs --- .github/stale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index 300df08dcc89e6..8fe692a1473c92 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -45,6 +45,8 @@ limitPerRun: 30 # Optionally, specify configuration settings that are specific to just 'issues' or 'pulls': pulls: + daysUntilStale: 10 + daysUntilClose: 5 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. Thank you