Skip to content

deps(deps): bump rhysd/actionlint from 1.7.11 to 1.7.12 #13

deps(deps): bump rhysd/actionlint from 1.7.11 to 1.7.12

deps(deps): bump rhysd/actionlint from 1.7.11 to 1.7.12 #13

name: Conventional PR Title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
permissions:
pull-requests: read
jobs:
conventional-pr-title:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
deps
requireScope: false
subjectPattern: ^(?![A-Z]).+$
subjectPatternError: |
The subject "{subject}" found in the pull request title "{title}"
didn't match the configured pattern. Please ensure that the subject
doesn't start with an uppercase character.