Update triage-stale.yml

This commit is contained in:
Michael Telatynski 2025-02-24 10:37:04 +00:00 committed by GitHub
parent 12b287d639
commit eb3ae80142
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,8 @@ jobs:
- uses: actions/stale@v9 - uses: actions/stale@v9
with: with:
operations-per-run: 250 operations-per-run: 250
days-before-issue-stale: -1
days-before-issue-close: -1
days-before-pr-stale: 180 days-before-pr-stale: 180
days-before-pr-close: 0 days-before-pr-close: 0
close-pr-message: "This PR has been automatically closed because it has been stale for 180 days. If you wish to continue working on this PR, please ping a maintainer to reopen it." close-pr-message: "This PR has been automatically closed because it has been stale for 180 days. If you wish to continue working on this PR, please ping a maintainer to reopen it."