From 5301da09de12c26008b321ad768680e33d014d96 Mon Sep 17 00:00:00 2001 From: Brandon Black Date: Thu, 2 Nov 2023 11:07:19 -0700 Subject: [PATCH] Chore: Ensure Stalebot doesn't close issues we've not yet triaged. (#4352) * chore(stale.yml): Update exempt-issue-labels to include "untriaged" label Signed-off-by: Brandon Black * Update .github/workflows/stale.yml Co-authored-by: Eduardo Apolinario <653394+eapolinario@users.noreply.github.com> Signed-off-by: Brandon Black --------- Signed-off-by: Brandon Black Co-authored-by: Eduardo Apolinario <653394+eapolinario@users.noreply.github.com> --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index c5e209e044..143c9aa152 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -15,7 +15,7 @@ jobs: stale-issue-message: "Hello 👋, This issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will close the issue if we detect no activity in the next 7 days. Thank you for your contribution and understanding! 🙏" close-issue-message: "Hello 👋, This issue has been inactive for over 9 months and hasn't received any updates since it was marked as stale. We'll be closing this issue for now, but if you believe this issue is still relevant, please feel free to reopen it. Thank you for your contribution and understanding! 🙏" stale-issue-label: "stale" - exempt-issue-labels: "needs discussion" # Comma-separated list of labels. + exempt-issue-labels: "needs discussion,untriaged" # Comma-separated list of labels. days-before-stale: 270 days-before-close: 7 ascending: true # https://github.com/actions/stale#ascending