From 34438824c14089c226670483d89fc342b4fcb17d Mon Sep 17 00:00:00 2001 From: Alexandru Ionut Tripon Date: Tue, 4 Feb 2025 23:15:18 +0200 Subject: [PATCH] Update .github/workflows/stale.yml Co-authored-by: Seth Flynn Signed-off-by: Alexandru Ionut Tripon --- .github/workflows/stale.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 7afc94eed..c93ea5e87 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -20,8 +20,7 @@ jobs: steps: - uses: actions/stale@v9 with: - days-before-issue-stale: 30 - days-before-pr-stale: 30 + days-before-stale: 30 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."