Skip to content

chore(deps): bump actions/stale from 9.1.0 to 10.3.0 #10

chore(deps): bump actions/stale from 9.1.0 to 10.3.0

chore(deps): bump actions/stale from 9.1.0 to 10.3.0 #10

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@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3
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"