Skip to content

Commit

Permalink
Update prism jira action workflow with new team name (spectral editio…
Browse files Browse the repository at this point in the history
…n) (#2615)

Co-authored-by: Brenda Rearden <[email protected]>
  • Loading branch information
ryotrellim and brendarearden authored May 17, 2024
1 parent ae1fea5 commit a5641ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jira-issue-label-added.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

0 comments on commit a5641ee

Please sign in to comment.