Skip to content

test: add coverage for ternary, catch, nullish coalescing, labeled jumps, and cache #931

test: add coverage for ternary, catch, nullish coalescing, labeled jumps, and cache

test: add coverage for ternary, catch, nullish coalescing, labeled jumps, and cache #931

name: Validate PR Title
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
timeout-minutes: 5
permissions:
contents: read
pull-requests: write
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}