Skip to content

docs(docs): add the Production checklist page and point the copies at it #1006

docs(docs): add the Production checklist page and point the copies at it

docs(docs): add the Production checklist page and point the copies at it #1006

Workflow file for this run

name: Lint PR title
on:
pull_request_target:
types: [opened, edited, synchronize, reopened]
permissions:
pull-requests: read
jobs:
title:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
perf
docs
chore
ci
refactor
test
build
style
revert
requireScope: false
subjectPattern: ^(?![A-Z]).+$
subjectPatternError: "Subject must start lowercase (Conventional Commits)."