Add github automation for new labels (#21966)

Add 'Team: Delight' and 'Z-NewUserJourney' to the Delight board
pull/21995/head
Kat Gerasimova 2022-04-28 09:53:20 +01:00 committed by GitHub
parent 7c326f49d9
commit 2c7680bd87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -103,7 +103,9 @@ jobs:
contains(github.event.issue.labels.*.name, 'A-Spaces') ||
contains(github.event.issue.labels.*.name, 'A-Space-Settings') ||
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:
- uses: octokit/graphql-action@v2.x
with: