Fixed stale issue bot citing incorrect number of days before closure

This commit is contained in:
OpenSauce 2024-08-01 18:57:10 +01:00 committed by GitHub
parent 354ebcb19c
commit 5fc08dd46d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-issue-stale: 90 days-before-issue-stale: 90
days-before-issue-close: 10 days-before-issue-close: 10
stale-issue-message: "This issue has been marked as stale. If there is no activity within the next 20 days, this issue will be closed." stale-issue-message: "This issue has been marked as stale. If there is no activity within the next 10 days, this issue will be closed."
close-issue-message: "This issue has been closed as stale." close-issue-message: "This issue has been closed as stale."
days-before-pr-stale: -1 days-before-pr-stale: -1
days-before-pr-close: -1 days-before-pr-close: -1