Update .github/workflows/stale.yml

Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
This commit is contained in:
Alexandru Ionut Tripon
2025-02-04 17:41:36 +02:00
committed by GitHub
parent 9c26ba5932
commit afe6d4836d

View File

@@ -19,7 +19,7 @@ jobs:
days-before-issue-stale: 14
days-before-pr-stale: 360 # a year
days-before-close: -1
days-before-issue-close: 360 # update the issue once a year
days-before-issue-close: -1
days-before-pr-close: -1
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."