From 522e2bb19daf261845b6ae9acf0a212f1c5b7c34 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Fri, 9 May 2025 22:05:33 -0700 Subject: [PATCH] ci(stale): don't require label to mark as stale Remove the requirement to have a label set to mark as stale --- .github/workflows/stale.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 244945a99..150cefb78 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -21,7 +21,6 @@ jobs: stale-pr-label: "stale" exempt-assignees: 'effgarces' - any-of-labels: 'need info,stale' stale-issue-message: > This issue was marked stale because it has been open 60 days with no activity. Please remove the stale label or comment on this issue. Otherwise,