Update stale issue configuration

- Issues are flagged as stale after 90 days
- Stale issues will be closed after a further 10 days
This commit is contained in:
OpenSauce 2024-07-30 12:42:37 +00:00 committed by GitHub
parent 99f8259bf6
commit 165cc9e617
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,8 +13,8 @@ jobs:
- uses: actions/stale@v9.0.0 - uses: actions/stale@v9.0.0
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-issue-stale: 70 days-before-issue-stale: 90
days-before-issue-close: 20 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 20 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