From 35c8c9ef5f74264990bf91b2021226053d30a438 Mon Sep 17 00:00:00 2001 From: Fredrik Averpil Date: Sat, 7 Dec 2024 11:10:15 +0100 Subject: [PATCH] ci(stale): increase staleness --- .github/workflows/stale.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 93e91293..851e7b0f 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -11,11 +11,11 @@ jobs: steps: - uses: actions/stale@v9 with: - stale-issue-message: "This issue has been open for **7 days** with no activity. Remove the stale label or add a comment or it will be closed in **3 days**." - stale-pr-message: "This PR has been open for **7 days** with no activity. Remove the stale label or add a comment or it will be closed in **3 days**." - close-issue-message: "This issue was closed because it has been stalled for 10 days with no activity." - close-pr-message: "This PR was closed because it has been stalled for 10 days with no activity." - days-before-stale: 7 - days-before-close: 3 + stale-issue-message: "This issue has been open for **20 days** with no activity. Remove the stale label or add a comment or it will be closed in **10 days**." + stale-pr-message: "This PR has been open for **20 days** with no activity. Remove the stale label or add a comment or it will be closed in **10 days**." + close-issue-message: "This issue was closed because it has been stalled for 30 days with no activity." + close-pr-message: "This PR was closed because it has been stalled for 30 days with no activity." + days-before-stale: 20 + days-before-close: 10 exempt-pr-labels: dependencies exempt-issue-labels: dependencies