chore: change stale close time to 3d

This commit is contained in:
Vaibhav
2024-03-28 20:22:22 +05:30
committed by GitHub
parent 30f7b75fad
commit 2b19f36a67
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 7
days-before-close: 14
days-before-close: 3
stale-issue-message: 'This issue has been marked as stale due to inactivity and will be closed. Comment anything on this issue to prevent it'
stale-pr-message: 'This pull request has been marked as stale due to inactivity and will be closed. Comment anything on this PR to prevent it'
exempt-issue-labels: 'no-stale'