From 072bc7fc8c68ef1f876a7588c6ce0b38bb18e547 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Mon, 11 Mar 2024 12:38:20 +0000 Subject: [PATCH] Remove Element-R from Z-Labs labelling --- .github/workflows/triage-labelled.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/triage-labelled.yml b/.github/workflows/triage-labelled.yml index 0983f48a9b..65ea485e01 100644 --- a/.github/workflows/triage-labelled.yml +++ b/.github/workflows/triage-labelled.yml @@ -24,8 +24,7 @@ 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-R') + contains(github.event.issue.labels.*.name, 'A-Element-Call') steps: - uses: actions/github-script@v7 with: