Skip to content

chore(ci): align CI workflow with main branch #10

chore(ci): align CI workflow with main branch

chore(ci): align CI workflow with main branch #10

Workflow file for this run

name: PR Title Check
on:
pull_request:
types: [opened, edited, synchronize]
jobs:
check-title:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
refactor
test
docs
chore
perf
scopes: |
core
runtime
state
compiler
demo
docs
ci
repo