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

Reduce stale time
This commit is contained in:
Akshay Nair
2023-12-05 14:28:21 +05:30
committed by GitHub
+2 -2
View File
@@ -13,8 +13,8 @@ jobs:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 30
days-before-close: 20
days-before-stale: 7
days-before-close: 14
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'