Skip to content

chore(deps): bump amannn/action-semantic-pull-request from 5.5.3 to 6.1.1 #11

chore(deps): bump amannn/action-semantic-pull-request from 5.5.3 to 6.1.1

chore(deps): bump amannn/action-semantic-pull-request from 5.5.3 to 6.1.1 #11

Workflow file for this run

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