Skip to content

Commit

Permalink
Fix label triage automation (#21999)
Browse files Browse the repository at this point in the history
  • Loading branch information
robintown authored Apr 30, 2022
1 parent f733e2a commit 850a250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/triage-labelled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
contains(github.event.issue.labels.*.name, 'A-Subspaces') ||
contains(github.event.issue.labels.*.name, 'Team: Delight') ||
contains(github.event.issue.labels.*.name, 'Z-IA') ||
contains(github.event.issue.labels.*.name, 'Z-NewUserJourney'
contains(github.event.issue.labels.*.name, 'Z-NewUserJourney')
steps:
- uses: octokit/[email protected]
with:
Expand Down

0 comments on commit 850a250

Please sign in to comment.