Skip to content

build(deps): bump @babel/cli from 7.25.7 to 7.25.9 #34

build(deps): bump @babel/cli from 7.25.7 to 7.25.9

build(deps): bump @babel/cli from 7.25.7 to 7.25.9 #34

name: "Conventional Commits PR"
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 }}