triage-labelled: Fix workflow

pull/26426/head
Richard van der Hoff 2023-10-19 12:04:14 +01:00
parent b24a25b8b9
commit 1265ed47aa
1 changed files with 1 additions and 1 deletions

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