From 03732cffa3ec75f02f923f05ce4d5b4d8d65e1f6 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] chore(repo): update prism jira action workflow with new team name --- .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