Skip to content

Merging to release-5.12: [TT-16966][TT-16971] Fix ci/tests/specs Error: Cannot find module 'tslib' and policies schema (#7995) #2076

Merging to release-5.12: [TT-16966][TT-16971] Fix ci/tests/specs Error: Cannot find module 'tslib' and policies schema (#7995)

Merging to release-5.12: [TT-16966][TT-16971] Fix ci/tests/specs Error: Cannot find module 'tslib' and policies schema (#7995) #2076

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 }}