Fixes default label ignore
This commit is contained in:
parent
e535c56fe6
commit
63ca346e02
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr-labeler.yml
vendored
2
.github/workflows/pr-labeler.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue