Skip to content

docs: update README to include '--ngrok-command' flag for ngrok v1 integration #67

docs: update README to include '--ngrok-command' flag for ngrok v1 integration

docs: update README to include '--ngrok-command' flag for ngrok v1 integration #67

name: Semantic pull request
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
semantic-pull-request:
permissions:
pull-requests: read
statuses: write
contents: read
runs-on: ubuntu-latest
steps:
- name: Validate PR title
uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}