Skip to content
This repository was archived by the owner on Nov 30, 2025. It is now read-only.

deps(internal): update actions/checkout action to v6 #149

deps(internal): update actions/checkout action to v6

deps(internal): update actions/checkout action to v6 #149

name: "Validate PR title"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
main:
name: Require PR title in conventional commit format
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
build
chore
ci
deps
docs
feat
fix
perf
refactor
revert
style
test