Skip to content

feat(cli): Take request headers, params, and body into account when saving responses #3892

feat(cli): Take request headers, params, and body into account when saving responses

feat(cli): Take request headers, params, and body into account when saving responses #3892

Workflow file for this run

name: 'Lint PR'
on:
pull_request:
types:
- opened
- edited
- synchronize
merge_group:
permissions:
pull-requests: read
jobs:
lint-pr:
name: Validate PR title
if: ${{ github.event_name != 'merge_group' }}
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}