Skip to content

Spectral errors when using the UTF16-LE encoded .spectral.yaml file generated by following Readme instructions on Windows #126

Spectral errors when using the UTF16-LE encoded .spectral.yaml file generated by following Readme instructions on Windows

Spectral errors when using the UTF16-LE encoded .spectral.yaml file generated by following Readme instructions on Windows #126

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/bad-news-bears') && 'Bad News Bears' || contains(github.event.pull_request.labels.*.name, 'team/maintenance') && 'Maintenance' || '' }}
secrets: inherit