From 0b750ee75437e59d61dc0b7b86283bc9852c4ddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Troy=20Mil=C3=A1n?= Date: Fri, 26 Apr 2024 11:17:50 -0500 Subject: [PATCH] Update prism jira action workflow with new team name (spectral edition) --- .github/workflows/jira-issue-label-added.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jira-issue-label-added.yaml b/.github/workflows/jira-issue-label-added.yaml index 6eb7f84e5..c3f8cd7be 100644 --- a/.github/workflows/jira-issue-label-added.yaml +++ b/.github/workflows/jira-issue-label-added.yaml @@ -9,5 +9,5 @@ jobs: call-workflow: uses: stoplightio/.github/.github/workflows/jira-issue-label-added.yaml@master with: - team-name: ${{ contains(github.event.pull_request.labels.*.name, 'team/bear-claws') && 'Bear Claws' || contains(github.event.pull_request.labels.*.name, 'team/honey-hackers') && 'Honey Hackers' || '' }} - secrets: inherit \ No newline at end of file + team-name: ${{ contains(github.event.pull_request.labels.*.name, 'team/bad-news-bears') && 'Bad News Bears' || contains(github.event.pull_request.labels.*.name, 'team/maintenance') && 'Maintenance' || '' }} + secrets: inherit