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"