Merge pull request #7477 from vector-im/task/langleyd/migrate-rich-text_label

Add Z-Labs label for rich text editor and migrate to new label naming
This commit is contained in:
Benoit Marty 2022-12-01 11:13:12 +01:00 committed by GitHub
commit c8a73a6ac8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -17,7 +17,8 @@ jobs:
contains(github.event.issue.labels.*.name, 'Z-IA') ||
contains(github.event.issue.labels.*.name, 'A-Themes-Custom') ||
contains(github.event.issue.labels.*.name, 'A-E2EE-Dehydration') ||
contains(github.event.issue.labels.*.name, 'A-Tags')
contains(github.event.issue.labels.*.name, 'A-Tags') ||
contains(github.event.issue.labels.*.name, 'A-Rich-Text-Editor')
steps:
- uses: actions/github-script@v5
with:

1
changelog.d/7477.misc Normal file
View file

@ -0,0 +1 @@
Add Z-Labs label for rich text editor and migrate to new label naming.