Skip to content

Merging to release-5.12: Update pump an storage to support pgx v5 (#8094) #2124

Merging to release-5.12: Update pump an storage to support pgx v5 (#8094)

Merging to release-5.12: Update pump an storage to support pgx v5 (#8094) #2124

name: PR Merge Suggestions
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
permissions:
pull-requests: write
contents: read
jobs:
dep-guard:
if: ${{ github.event_name == 'pull_request' }}
uses: TykTechnologies/github-actions/.github/workflows/dependency-guard.yml@2b35ab5dd4cfff21ced9d12446e9e27d10bf5785 # main
permissions:
contents: read
branch-suggestions:
needs: [dep-guard]
uses: TykTechnologies/github-actions/.github/workflows/branch-suggestion.yml@2b35ab5dd4cfff21ced9d12446e9e27d10bf5785 # main
secrets:
JIRA_TOKEN: ${{ secrets.JIRA_TOKEN }}