From 73e2d1dbe462963f7fe88418f8263ada6377ff57 Mon Sep 17 00:00:00 2001 From: Germain Date: Thu, 19 Oct 2023 12:06:34 +0100 Subject: [PATCH] Adds labs label to Element R issues (#26324) --- .github/workflows/triage-labelled.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/triage-labelled.yml b/.github/workflows/triage-labelled.yml index f6d4e1e62e..a3a9a4b9c9 100644 --- a/.github/workflows/triage-labelled.yml +++ b/.github/workflows/triage-labelled.yml @@ -20,7 +20,8 @@ jobs: contains(github.event.issue.labels.*.name, 'A-Video-Rooms') || contains(github.event.issue.labels.*.name, 'A-Message-Starring') || contains(github.event.issue.labels.*.name, 'A-Rich-Text-Editor') || - contains(github.event.issue.labels.*.name, 'A-Element-Call') + contains(github.event.issue.labels.*.name, 'A-Element-Call') || + contains(github.event.issue.labels.*.name, 'A-Element-R') steps: - uses: actions/github-script@v6 with: