From 12bde9a514215a113a49dadc852353a618af10fd Mon Sep 17 00:00:00 2001 From: Kat Gerasimova Date: Wed, 26 Oct 2022 14:09:21 +0100 Subject: [PATCH] Update issue automation for labs features (#23609) Z-Labs labels should be added to A-Composer-WYSIWYG --- .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 babc8b5c3f..a9815ca5c4 100644 --- a/.github/workflows/triage-labelled.yml +++ b/.github/workflows/triage-labelled.yml @@ -17,7 +17,8 @@ jobs: contains(github.event.issue.labels.*.name, 'A-E2EE-Dehydration') || contains(github.event.issue.labels.*.name, 'A-Tags') || 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-Message-Starring') || + contains(github.event.issue.labels.*.name, 'A-Composer-WYSIWYG') steps: - uses: actions/github-script@v5 with: