Merge pull request #13039 from is-a-dev/VaibhavSys-patch-1

chore: change stale close time to 3d
This commit is contained in:
William Harrison
2024-03-29 06:49:51 +08:00
committed by GitHub
+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'