From 63ca346e02b7427012d9d73102662b51c950cf20 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Mon, 1 Aug 2022 23:12:08 +0100 Subject: [PATCH] Fixes default label ignore --- .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 f95cae3..761e606 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 / Misc')" uses: Naturalclar/issue-action@v2.0.2 with: title-or-body: both