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