Update .github/workflows/stale.yml

Co-authored-by: Seth Flynn <getchoo@tuta.io>
Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
This commit is contained in:
Alexandru Ionut Tripon
2025-02-04 23:15:18 +02:00
committed by GitHub
parent ac598740b3
commit 34438824c1

View File

@@ -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."