mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
Add github automation for new labels (#21966)
Add 'Team: Delight' and 'Z-NewUserJourney' to the Delight board
This commit is contained in:
parent
7c326f49d9
commit
2c7680bd87
1 changed files with 3 additions and 1 deletions
4
.github/workflows/triage-labelled.yml
vendored
4
.github/workflows/triage-labelled.yml
vendored
|
@ -103,7 +103,9 @@ jobs:
|
||||||
contains(github.event.issue.labels.*.name, 'A-Spaces') ||
|
contains(github.event.issue.labels.*.name, 'A-Spaces') ||
|
||||||
contains(github.event.issue.labels.*.name, 'A-Space-Settings') ||
|
contains(github.event.issue.labels.*.name, 'A-Space-Settings') ||
|
||||||
contains(github.event.issue.labels.*.name, 'A-Subspaces') ||
|
contains(github.event.issue.labels.*.name, 'A-Subspaces') ||
|
||||||
contains(github.event.issue.labels.*.name, 'Z-IA')
|
contains(github.event.issue.labels.*.name, 'Team: Delight') ||
|
||||||
|
contains(github.event.issue.labels.*.name, 'Z-IA') ||
|
||||||
|
contains(github.event.issue.labels.*.name, 'Z-NewUserJourney'
|
||||||
steps:
|
steps:
|
||||||
- uses: octokit/graphql-action@v2.x
|
- uses: octokit/graphql-action@v2.x
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue