Skip to content

build(deps): bump the bag-of-cats group across 1 directory with 5 updates #4689

build(deps): bump the bag-of-cats group across 1 directory with 5 updates

build(deps): bump the bag-of-cats group across 1 directory with 5 updates #4689

Workflow file for this run

name: "Check for conventional commits format"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
main:
name: Check that PR title follows conventional commits
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v6
with:
types: |
feat
fix
docs
chore
refactor
test
ci
perf
build
revert
maintenance
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}