Sync issue automation with element-web

Add automation for
* labelling Labs issues
* adding design and product issues to boards
* adding design and product PRs to boards
* add UISI issues to Crypto team board

Fixes issue #5380
This commit is contained in:
Ekaterina Gerasimova
2022-01-16 17:37:19 +00:00
committed by Kat Gerasimova
parent b1beaf6205
commit 7850ccecdc
4 changed files with 217 additions and 1 deletions
@@ -34,6 +34,7 @@ jobs:
P1_issues_to_crypto_team_workboard:
runs-on: ubuntu-latest
if: >
contains(github.event.issue.labels.*.name, 'Z-UISI') ||
(contains(github.event.issue.labels.*.name, 'A-E2EE') ||
contains(github.event.issue.labels.*.name, 'A-E2EE-Cross-Signing') ||
contains(github.event.issue.labels.*.name, 'A-E2EE-Dehydration') ||