Merging to release-5.12: [TT-16966][TT-16971] Fix ci/tests/specs Error: Cannot find module 'tslib' and policies schema (#7995) #2076
This file contains hidden or 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: 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 }} |