Skip to content

chore: move /tests out of /examples #21595

chore: move /tests out of /examples

chore: move /tests out of /examples #21595

name: Pull Request Lint
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
- edited
jobs:
validate:
name: Validate PR title
runs-on: ubuntu-latest
if: ${{ !startsWith(github.head_ref, 'mergify/merge-queue/') }}
steps:
- uses: amannn/action-semantic-pull-request@v5.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
scopes: |-
compiler
sdk
docs
cli
examples
build
repo
playground
tutorial
vscode
platforms
console
typescript
lsp
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