oas3-schema rule did not show the correct path and line number for response having extra schema with $ref #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |