Skip to content

Commit 2c7680b

Browse files
authored
Add github automation for new labels (#21966)
Add 'Team: Delight' and 'Z-NewUserJourney' to the Delight board
1 parent 7c326f4 commit 2c7680b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/triage-labelled.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ jobs:
103103
contains(github.event.issue.labels.*.name, 'A-Spaces') ||
104104
contains(github.event.issue.labels.*.name, 'A-Space-Settings') ||
105105
contains(github.event.issue.labels.*.name, 'A-Subspaces') ||
106-
contains(github.event.issue.labels.*.name, 'Z-IA')
106+
contains(github.event.issue.labels.*.name, 'Team: Delight') ||
107+
contains(github.event.issue.labels.*.name, 'Z-IA') ||
108+
contains(github.event.issue.labels.*.name, 'Z-NewUserJourney'
107109
steps:
108110
- uses: octokit/graphql-action@v2.x
109111
with:

0 commit comments

Comments
 (0)