From ef825a7bc5cf8b2a7bae88ab6e728e131adff46a Mon Sep 17 00:00:00 2001 From: Trial97 Date: Thu, 6 Feb 2025 09:58:41 +0200 Subject: [PATCH] update stale action Signed-off-by: Trial97 --- .github/workflows/stale.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index fb33d76a7..4afa7d648 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -19,11 +19,13 @@ jobs: steps: - uses: actions/stale@v9 with: - days-before-stale: 30 + days-before-stale: 60 days-before-close: -1 # Don't close anything stale-issue-message: "This issue has been inactive for a while. Please add a comment or provide an update if it's still relevant." stale-pr-message: "This PR has had no recent activity. Please update it if it's still relevant." - exempt-issue-labels: rfc,nostale + exempt-issue-labels: rfc,nostale,active,wanted exempt-all-milestones: true exempt-all-assignees: true operations-per-run: 1000 + stale-issue-label: inactive + stale-pr-label: inactive