From 69a44e055e582fe9430928481df82a91b8a0882e Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 12 Apr 2024 10:41:44 +0200 Subject: [PATCH] workflows: relax PR stalebot deadlines Signed-off-by: Patrik Oldsberg --- .github/workflows/automate_stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automate_stale.yml b/.github/workflows/automate_stale.yml index b4a7271875..691066fb61 100644 --- a/.github/workflows/automate_stale.yml +++ b/.github/workflows/automate_stale.yml @@ -35,8 +35,8 @@ jobs: recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution! - days-before-pr-stale: 7 - days-before-pr-close: 5 + days-before-pr-stale: 14 + days-before-pr-close: 7 exempt-pr-labels: after-vacations,will-fix stale-pr-label: stale operations-per-run: 100