Skip to content

chore(deps): bump actions/checkout from 4 to 6 #5

chore(deps): bump actions/checkout from 4 to 6

chore(deps): bump actions/checkout from 4 to 6 #5

Workflow file for this run

---
name: Validate Pull Request
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
workflow_call:
jobs:
validate_pr_title:
name: Validate Pull Request Title
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v6
- name: Validate PR Title with Conventional Commit
uses: CondeNast/conventional-pull-request-action@v0.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commitTitleMatch: "false"