mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-10-29 11:49:33 +00:00
Fix stale issue action (#7949)
Partially reverts 5e1ec5fc2e823102b5be7181d4fb9293551f9de4. This prevented closing issues/PRs by removing the stale label again.
This commit is contained in:
parent
5eccb2e64e
commit
b0f52e01f7
2
.github/workflows/close-if-no-reply.yml
vendored
2
.github/workflows/close-if-no-reply.yml
vendored
@ -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."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user