summaryrefslogtreecommitdiff
path: root/.github/workflows/close-if-no-reply.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/close-if-no-reply.yml')
-rw-r--r--.github/workflows/close-if-no-reply.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/close-if-no-reply.yml b/.github/workflows/close-if-no-reply.yml
index 1c02efce0..16b964b60 100644
--- a/.github/workflows/close-if-no-reply.yml
+++ b/.github/workflows/close-if-no-reply.yml
@@ -15,13 +15,13 @@ jobs:
with:
days-before-stale: 7
days-before-close: 7
- only-labels: 'Awaiting reply'
- stale-issue-label: 'Still awaiting reply'
- stale-pr-label: 'Still awaiting reply'
+ only-labels: 'Needs: Reply'
+ stale-issue-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-pr-message: "This PR will be closed when we don't get a reply within 7 days."
- labels-to-remove-when-unstale: 'Awaiting reply'
- close-issue-label: "Close reason: no reply"
- close-pr-label: "Close reason: no reply"
+ labels-to-remove-when-unstale: 'Needs: Reply'
+ close-issue-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-pr-message: "This PR was closed because we didn't get a reply for 14 days."