From 69c9aa97847d9c5ea6c6fdd181ccd85d9adf9319 Mon Sep 17 00:00:00 2001 From: Willem Wyndham Date: Tue, 22 Feb 2022 11:32:40 -0500 Subject: [PATCH] fix: make PR stale after 14 days of no activity --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 2b8d654b55..5d97b2387e 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/stale@v3 with: - stale-pr-message: 'This PR is stale because it has been open for 7 days with no activity. Remove stale label or comment or this will be closed in another 7 days.' - days-before-pr-stale: 7 + stale-pr-message: 'This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or this will be closed in another 7 days.' + days-before-pr-stale: 14 days-before-pr-close: 7