Skip to content

ci: add semantic PR title check #1

ci: add semantic PR title check

ci: add semantic PR title check #1

name: Semantic Title Check
on:
pull_request:
jobs:
semantic-title-check:
runs-on: depot-ubuntu-24.04-small
steps:
- uses: amannn/action-semantic-pull-request@v5
with:
types: |
feat
fix
chore
refactor
perf
test
ci
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}