Skip to content

chore(ci)(deps): bump the actions-minor-patch group across 1 directory with 6 updates #136

chore(ci)(deps): bump the actions-minor-patch group across 1 directory with 6 updates

chore(ci)(deps): bump the actions-minor-patch group across 1 directory with 6 updates #136

Workflow file for this run

name: Semantic PR
on:
pull_request_target:
types: [opened, edited, synchronize]
permissions:
pull-requests: read
jobs:
check:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- name: Check PR title
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
requireScope: false
subjectPattern: ^(?![A-Z]).+$
subjectPatternError: |
The subject "{subject}" found in the pull request title "{title}"
didn't match the configured pattern. Please use lowercase.