Update closing_inactive_issues.yml

This commit is contained in:
Shreeharsh 2024-05-09 14:39:43 +05:30 committed by GitHub
parent 28abda5855
commit 03a1825cfa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
contents: write
steps:
- uses: actions/stale@v5
- uses: actions/stale@v9
with:
days-before-issue-stale: 90
days-before-issue-close: 3
@ -26,5 +26,4 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This is a very old issue that is probably not getting as much attention as it deserves. We encourage you to check if this is still an issue after the latest release and if you find that this is still a problem, please feel free to open a new issue and make a reference to this one.'
stale-issue-label: 'closing soon'
minimum-upvotes-to-exempt: 10
operations-per-run: 1000