Skip to content

docs: update all package READMEs to match gt repo style #57

docs: update all package READMEs to match gt repo style

docs: update all package READMEs to match gt repo style #57

Workflow file for this run

name: PR Title
on:
pull_request_target:
types: [opened, edited, synchronize]
permissions:
pull-requests: read
jobs:
validate:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
with:
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
requireScope: false
subjectPattern: ^[a-z].+$
subjectPatternError: "The subject must start with a lowercase letter: '{subject}'"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}