Fix stale issue action (#7949)

Partially reverts 5e1ec5fc2e823102b5be7181d4fb9293551f9de4.
This prevented closing issues/PRs by removing the stale label again.
This commit is contained in:
Hans-Peter Lehmann 2025-08-27 18:17:41 +02:00 committed by GitHub
parent 5eccb2e64e
commit b0f52e01f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ jobs:
stale-pr-label: 'Needs: Reply still' stale-pr-label: 'Needs: Reply still'
stale-issue-message: "This issue will be closed when we don't get a reply within 7 days." stale-issue-message: "This issue will be closed when we don't get a reply within 7 days."
stale-pr-message: "This PR will be closed when we don't get a reply within 7 days." stale-pr-message: "This PR will be closed when we don't get a reply within 7 days."
labels-to-remove-when-stale: 'Needs: Reply' labels-to-remove-when-unstale: 'Needs: Reply,Needs: Reply still'
close-issue-label: "Close reason: No reply" close-issue-label: "Close reason: No reply"
close-pr-label: "Close reason: No reply" close-pr-label: "Close reason: No reply"
close-issue-message: "This issue was closed because we didn't get a reply for 14 days." close-issue-message: "This issue was closed because we didn't get a reply for 14 days."