Merging to release-5.3.9: [TT-12710]deleting All Partitioned Policies a Key is linked to does not delete the Key (#6473) #243
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 }} |