Skip to content

chore(main): Preparing Next Release for models 0.4.2 #255

chore(main): Preparing Next Release for models 0.4.2

chore(main): Preparing Next Release for models 0.4.2 #255

# This workflow ensures that the PR title follows the Conventional Commit format.
name: "[Pull Request] Ensure Conventional Commit in PR title"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
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 }}