From f0b86e6c27c9701caa965c6882234dc0021daed2 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Mon, 14 Nov 2022 10:47:03 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20closed=20labeller=20act?= =?UTF-8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/label-closed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-closed.yml b/.github/workflows/label-closed.yml index e997e895..37ef63f6 100644 --- a/.github/workflows/label-closed.yml +++ b/.github/workflows/label-closed.yml @@ -22,4 +22,4 @@ jobs: uses: RebeccaStevens/issue-closed-labeler-action@latest with: token: "${{ secrets.GITHUB_TOKEN }}" - rules: '[{ condition: "wip", remove: "wip" }]' + rules: '[{"condition":"wip","remove":"wip"}]'