From de0444b3e6dbb158f23e2a72ab7e95e4560eb584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Costa?= Date: Fri, 12 Sep 2025 18:33:31 +0200 Subject: [PATCH] ci(stalebot): increase stale and close times to 60 and 14 days (#8840) --- .github/workflows/close_old_issues.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/close_old_issues.yml b/.github/workflows/close_old_issues.yml index 2906e2b1a5..712ebc6a95 100644 --- a/.github/workflows/close_old_issues.yml +++ b/.github/workflows/close_old_issues.yml @@ -15,17 +15,17 @@ jobs: stale-issue-message: | We need some feedback on this issue. - Now we mark this as "Abandoned" because there was no activity here for 14 days. + Now we mark this as "Stale" because there was no activity here for 60 days. - Remove the "Stale" label or comment else this will be closed in 7 days. + Remove the "Stale" label or comment else this will be closed in 14 days. cc @kisvegabor, @liamHowatt, @uLipe, @AndreCostaaa stale-pr-message: | We need some feedback on this pull request. - Now we mark this as "Abandoned" because there was no activity here for 14 days. + Now we mark this as "Stale" because there was no activity here for 60 days. - Remove the "Abandoned" label or comment else this will be closed in 7 days. + Remove the "Stale" label or comment else this will be closed in 14 days. cc @kisvegabor, @liamHowatt, @uLipe, @AndreCostaaa close-issue-message: | @@ -34,8 +34,8 @@ jobs: Feel free to comment if you have remarks or ideas on this topic. cc @kisvegabor, @liamHowatt, @uLipe, @AndreCostaaa - days-before-stale: 14 - days-before-close: 7 + days-before-stale: 60 + days-before-close: 14 exempt-issue-labels: '🔥 Important' exempt-pr-labels: '🔥 Important' stale-issue-label: '💤 Stale'