Skip to content

I want to create a spectral ruleset that checks whether 200 or 400 responses have a schema.$ref tag #257

I want to create a spectral ruleset that checks whether 200 or 400 responses have a schema.$ref tag

I want to create a spectral ruleset that checks whether 200 or 400 responses have a schema.$ref tag #257

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