Skip to content

feat: add internal LLM engine to perform application tasks #66

feat: add internal LLM engine to perform application tasks

feat: add internal LLM engine to perform application tasks #66

name: PR Title Semantic Check
on:
pull_request:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Configure which types are allowed (newline-delimited).
# Default: https://github.com/commitizen/conventional-commit-types
types: |
feat
chore
docs
style
refactor
perf
test
fix
release
ignoreLabels: |
bot
ignore-semantic-pull-request