Skip to content

fix(compiler): assert doesn't work with string interpolation #8469

fix(compiler): assert doesn't work with string interpolation

fix(compiler): assert doesn't work with string interpolation #8469

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
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