Quoted expression in PR labler
This commit is contained in:
parent
24b0df526a
commit
219b972492
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
|
permissions: write-all
|
||||||
steps:
|
steps:
|
||||||
- name: Apply Labels
|
- 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
|
uses: Naturalclar/issue-action@v2.0.2
|
||||||
with:
|
with:
|
||||||
title-or-body: both
|
title-or-body: both
|
||||||
|
|
Loading…
Reference in a new issue