Skip to content

Commit a5641ee

Browse files
Update prism jira action workflow with new team name (spectral edition) (#2615)
Co-authored-by: Brenda Rearden <[email protected]>
1 parent ae1fea5 commit a5641ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jira-issue-label-added.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
call-workflow:
1010
uses: stoplightio/.github/.github/workflows/jira-issue-label-added.yaml@master
1111
with:
12-
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' || '' }}
13-
secrets: inherit
12+
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' || '' }}
13+
secrets: inherit

0 commit comments

Comments
 (0)