From 79ad546326f457edf87883a9a5a8f4c1d7a47fc5 Mon Sep 17 00:00:00 2001 From: Remy Sharp Date: Fri, 9 Jul 2021 09:39:15 +0100 Subject: [PATCH] chore: fix stale.yml Wrong format in except labels --- .github/workflows/stale.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index b53c3c2..4a37389 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -29,7 +29,4 @@ jobs: Thank you for contributing <3 close-issue-message: 'Automatically closing this issue due to lack of activity' - exempt-issue-labels: - - not-stale - - security - - pinned + exempt-issue-labels: not-stale,security,pinned