From 57d09382314a8136dde09da2d7e4c8f44a728db5 Mon Sep 17 00:00:00 2001 From: Mark McDonald Date: Sat, 24 Aug 2024 05:02:15 +0800 Subject: [PATCH] Fix stale issue label (#2320) Woops, I used spaces instead of hyphens. --- .github/workflows/stale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 60dfdc2d4c..0ca76b0677 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -27,7 +27,7 @@ jobs: days-before-issue-close: 14 stale-issue-label: "status:stale" close-issue-reason: not_planned - any-of-labels: "awaiting contributor response,cla:no" + any-of-labels: "awaiting-contributor-response,cla:no" stale-issue-message: > Marking this issue as stale since it has been open for 14 days with no activity. This issue will be closed if no further activity occurs.