From 955ffd8c81af75534a3c661ecabaea23157d93c9 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Mon, 14 Nov 2022 10:42:36 +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 2606680c..e997e895 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" }]'