Skip to content

chore: switch to pnpm #8802

chore: switch to pnpm

chore: switch to pnpm #8802

name: Pull Request Lint
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
- edited
jobs:
validate:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
scopes: |-
compiler
sdk
docs
cli
examples
build
repo
playground
tutorial
vscode
plugins
console
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