Skip to content

chore(deps): bump actions/checkout from 4.2.2 to 6.0.2 #2424

chore(deps): bump actions/checkout from 4.2.2 to 6.0.2

chore(deps): bump actions/checkout from 4.2.2 to 6.0.2 #2424

Workflow file for this run

name: PR Title Check
on:
pull_request:
branches:
- main
- v3.0.0
- v2.0.0
types:
- opened
- synchronize
- reopened
- edited
jobs:
check:
if: ${{ github.repository == 'PaloAltoNetworks/docusaurus-openapi-docs' }}
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
with:
fetch-depth: 0
- name: Check
run: npx ts-node --transpile-only scripts/check-pr-title.ts "$PR_TITLE"
env:
PR_TITLE: ${{ github.event.pull_request.title }}