TT-15462 - Track 404s with Pump: feat: send 404 requests to analytics/Pump when track_404_logs enabled #85
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: | |
| branch-suggestions: | |
| uses: TykTechnologies/github-actions/.github/workflows/branch-suggestion.yml@main | |
| secrets: | |
| JIRA_TOKEN: ${{ secrets.JIRA_TOKEN }} |