Skip to content

Commit

Permalink
Add github automation for new labels (#21966)
Browse files Browse the repository at this point in the history
Add 'Team: Delight' and 'Z-NewUserJourney' to the Delight board
  • Loading branch information
kittykat authored Apr 28, 2022
1 parent 7c326f4 commit 2c7680b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/triage-labelled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down

0 comments on commit 2c7680b

Please sign in to comment.