Update issue automation for labs features (#23609)

Z-Labs labels should be added to  A-Composer-WYSIWYG
This commit is contained in:
Kat Gerasimova 2022-10-26 14:09:21 +01:00 committed by GitHub
parent 3366ed1af0
commit 12bde9a514
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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