Skip to content

feat: bring typescript (WIP) #78

feat: bring typescript (WIP)

feat: bring typescript (WIP) #78

name: Pull Request Lint
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
- edited
branches-ignore:
- mergify/merge-queue/*
jobs:
validate:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |-
feat
fix
docs
chore
rfc
revert
subjectPattern: ^[^A-Z][^:]+[^.]$
subjectPatternError: Subject must start with a lowercase, should not include ':'
and should not end with a period
requireScope: false