Skip to content

Exception when running spectral 6.4.0 or later with specific custom rule using js function: endsWith is not a function #17

Exception when running spectral 6.4.0 or later with specific custom rule using js function: endsWith is not a function

Exception when running spectral 6.4.0 or later with specific custom rule using js function: endsWith is not a function #17

name: Jira Issue Label Added
on:
issues:
types:
- labeled
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