From e4aa429b574a770295a4cd226e581214df0890f7 Mon Sep 17 00:00:00 2001 From: Ryan Ghods Date: Tue, 27 Jun 2023 21:43:47 -0700 Subject: [PATCH] Fix stale.yml syntax error --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 8f9540723..a864f4dbe 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -15,5 +15,5 @@ jobs: days-before-stale: 60 days-before-close: 14 operations-per-run: 100 - exempt-pr-labels: "work-in-progress", "Informational" - exempt-issue-labels: "work-in-progress", "Informational" + exempt-pr-labels: "work-in-progress,Informational" + exempt-issue-labels: "work-in-progress,Informational"