Skip to content

chore(deps): bump actions/checkout from 6 to 7 #392

chore(deps): bump actions/checkout from 6 to 7

chore(deps): bump actions/checkout from 6 to 7 #392

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}'"