Skip to content

chore(deps): bump the minor-and-patch group across 1 directory with 12 updates #395

chore(deps): bump the minor-and-patch group across 1 directory with 12 updates

chore(deps): bump the minor-and-patch group across 1 directory with 12 updates #395

Workflow file for this run

name: PR Title
on:
pull_request_target:
types: [opened, edited, synchronize]
permissions:
pull-requests: read
jobs:
check:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
refactor
chore
docs
style
perf
test
ci
build
requireScope: false
subjectPattern: ^[a-z].+$
subjectPatternError: "PR title subject must start with a lowercase letter: '{subject}'"