From 5702b6fa9d906627c24847ee43ef4518d858cc6e Mon Sep 17 00:00:00 2001 From: Nara Kasbergen Kwon <855115+xiehan@users.noreply.github.com> Date: Thu, 24 Nov 2022 18:04:49 +0100 Subject: [PATCH] chore: fix stale workflow I originally purposely tried to avoid adding another label to stale comments (since we already have the "waiting-on-answer" label) but I guess that doesn't work; it has to have a label. So let's just reuse the "stale" label for issues too. --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 5e0ebfd937..3f0a610d8a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -17,8 +17,8 @@ jobs: stale-issue-message: "Hi there! 👋 We haven't heard from you in 30 days and would like to know if the problem has been resolved or if you still need help. If we don't hear from you before then, I'll auto-close this issue in 30 days." close-issue-message: "I'm closing this issue because we haven't heard back in 60 days. ⌛️ If you still need help, feel free to comment or reopen the issue!" days-before-issue-stale: 30 - days-before-issue-close: 60 - stale-issue-label: "" + days-before-issue-close: 30 + stale-issue-label: stale only-issue-labels: waiting-on-answer # The above only applies to issues where maintainers manually added the label "waiting-on-answer"