Merging to release-5-lts: TT-13130 updated version of gorpc library and prevent panic on start edge (#6629) #171
Workflow file for this run
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 lint | |
on: | |
pull_request: | |
branches: | |
- master | |
- release-** | |
jobs: | |
jira-lint: | |
uses: TykTechnologies/github-actions/.github/workflows/jira-lint.yaml@main | |
secrets: | |
JIRA_TOKEN: ${{ secrets.JIRA_TOKEN }} | |
ORG_GH_TOKEN: ${{ secrets.ORG_GH_TOKEN }} |