mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
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>
This commit is contained in:
parent
28f00498a2
commit
8e279116ae
3
.github/workflows/triage-move-labelled.yml
vendored
3
.github/workflows/triage-move-labelled.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user