Update triage workflow to fix conditional (#19682)

Docs say to use curly brackets, internet says that can break
multiline conditionals.

Trying to fix the if statement applying only to the first step in the job and
the second step ignoring the conditional.

Signed-off-by: Ekaterina Gerasimova <ekaterinag@element.io>
pull/19759/head
Kat Gerasimova 2021-11-10 16:42:18 +00:00 committed by GitHub
parent 28f00498a2
commit 8e279116ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -83,8 +83,7 @@ jobs:
name: Move A-Voice Messages to Voice message board
runs-on: ubuntu-latest
if: >
${{
contains(github.event.issue.labels.*.name, 'A-Voice Messages') }}
contains(github.event.issue.labels.*.name, 'A-Voice Messages')
steps:
- uses: konradpabjan/move-labeled-or-milestoned-issue@219d384e03fa4b6460cd24f9f37d19eb033a4338
with: