Skip to content

chore(main): release 0.1.17 #492

chore(main): release 0.1.17

chore(main): release 0.1.17 #492

Workflow file for this run

name: PR Title
on:
pull_request_target:
types: [opened, edited, synchronize]
permissions:
pull-requests: read
concurrency:
group: pr-title-${{ github.event.pull_request.number }}
cancel-in-progress: false
jobs:
semantic-title:
name: Semantic PR Title
if: github.event.pull_request.user.login != 'dependabot[bot]'
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: audit
- 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"