From 219b9724929af89a3f7b2e91840865ac1367dfb4 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 30 Jul 2022 15:59:08 +0100 Subject: [PATCH] Quoted expression in PR labler --- .github/workflows/pr-labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index a0e6329..f95cae3 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -9,7 +9,7 @@ jobs: permissions: write-all steps: - name: Apply Labels - if: ! contains(github.event.pull_request.body, 'Addition / Amendment / Removal / Spelling or Grammar / Website Update / Other') + if: "! contains(github.event.pull_request.body, 'Addition / Amendment / Removal / Spelling or Grammar / Website Update / Other')" uses: Naturalclar/issue-action@v2.0.2 with: title-or-body: both