Merging to release-5.3: [TT-13769] Extend plugin compiler test with arm64 cross build (#6813) #266
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-** | |
types: | |
- opened | |
- reopened | |
- synchronize | |
- ready_for_review | |
jobs: | |
jira-lint: | |
if: ${{ !github.event.pull_request.draft }} | |
uses: TykTechnologies/github-actions/.github/workflows/jira-lint.yaml@main | |
secrets: | |
JIRA_TOKEN: ${{ secrets.JIRA_TOKEN }} | |
ORG_GH_TOKEN: ${{ secrets.ORG_GH_TOKEN }} |