Applies brackets
This commit is contained in:
parent
d2942d7805
commit
a19fc23b95
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr-labeler.yml
vendored
2
.github/workflows/pr-labeler.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
permissions: write-all
|
||||
steps:
|
||||
- name: Apply Labels
|
||||
if: ${{ !github.event.pull_request.body.includes(env.IGNORE_STR) }}
|
||||
if: "${{ !github.event.pull_request.body.includes(env.IGNORE_STR) }}"
|
||||
uses: Naturalclar/issue-action@v2.0.2
|
||||
with:
|
||||
title-or-body: both
|
||||
|
|
Loading…
Reference in a new issue