From 1265ed47aa71d8be2098373c4b9e0fae1d3b65d5 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Thu, 19 Oct 2023 12:04:14 +0100 Subject: [PATCH] triage-labelled: Fix workflow --- .github/workflows/triage-labelled.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/triage-labelled.yml b/.github/workflows/triage-labelled.yml index eb0e76e7af..f6d4e1e62e 100644 --- a/.github/workflows/triage-labelled.yml +++ b/.github/workflows/triage-labelled.yml @@ -141,7 +141,7 @@ jobs: name: Add Element R issues to Crypto Team board runs-on: ubuntu-latest if: > - contains(github.event.issue.labels.*.name, 'A-Element-R') || + contains(github.event.issue.labels.*.name, 'A-Element-R') steps: - id: add_to_project uses: actions/add-to-project@v0.5.0