From 2ae7f83e2a025d77211b6847fb07bacfd0516a6a Mon Sep 17 00:00:00 2001 From: Alexis Date: Fri, 31 Jan 2025 15:23:10 -0800 Subject: [PATCH] [REPO] Modify Stalebot Labels for Better Filters (#10171) - Better labels upon an issue going stale will help triage better. There other PRs with "needs update" that are manually put and therefore we can't explicitly filter for stalebot. - For management purposes, being able to view how many issues are auto-closed helps as well. --- .github/workflows/stale.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 90ff3ff6d..76de140cc 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -28,7 +28,10 @@ jobs: exempt-all-issue-assignees: true # Label to use when marking as stale - stale-issue-label: needs-update + stale-issue-label: stale-needs-update + + # Label to use when issue is automatically closed + close-issue-label: auto-closed stale-issue-message: > We've made a lot of changes to Certbot since this issue was opened. If you