From 4b2f26a8002a8f01e186211c648768892cc199c8 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 16 May 2024 14:08:28 -0400 Subject: [PATCH] Correct label name --- .github/workflows/close-incomplete-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-incomplete-issues.yml b/.github/workflows/close-incomplete-issues.yml index 06da3ec08..890970783 100644 --- a/.github/workflows/close-incomplete-issues.yml +++ b/.github/workflows/close-incomplete-issues.yml @@ -22,7 +22,7 @@ jobs: to include all the requested detail, and then ask that the issue be reopened. days-before-stale: 7 days-before-close: 7 - only-issue-labels: 'status: needs revisions' + only-issue-labels: 'status: revisions needed' operations-per-run: 100 remove-stale-when-updated: false stale-issue-label: 'pending closure'