From 0c8c785009a4b5931a2bf22a12b52d7c36fcd325 Mon Sep 17 00:00:00 2001 From: Karst Date: Tue, 28 Mar 2023 22:40:22 +0200 Subject: [PATCH] Stale after a month Upped the stale PR from 2 weeks to a month. Reasoning is to not have it spam every two weeks when developers are busy at the time. Let me know if need to be reverted. --- .github/workflows/stale-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale-prs.yml b/.github/workflows/stale-prs.yml index 3a43ae2343..b798871c22 100644 --- a/.github/workflows/stale-prs.yml +++ b/.github/workflows/stale-prs.yml @@ -11,7 +11,7 @@ jobs: with: days-before-issue-stale: -1 days-before-issue-close: -1 - days-before-pr-stale: 14 + days-before-pr-stale: 31 days-before-pr-close: 14 stale-pr-label: 'stale-pr' stale-pr-message: 'This pull request has been marked as stale and will be closed in 14 days if no action is taken. To keep it open, leave a comment or remove the `stale-pr` label. If you''re awaiting feedback from a developer, please send us a reminder (either here or on [Discord](https://discord.gg/ZXZd8D8)).'