triage-labelled: Fix workflow

This commit is contained in:
Richard van der Hoff 2023-10-19 12:04:14 +01:00
parent b24a25b8b9
commit 1265ed47aa

View file

@ -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