Files
chainbase-labs__agentkey/.github/workflows/commitlint.yml
T
2026-04-23 13:52:31 +08:00

21 lines
442 B
YAML

name: Lint PR title
on:
pull_request:
types: [opened, edited, reopened, synchronize]
permissions:
pull-requests: read
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: wagoid/commitlint-github-action@v6
with:
configFile: .commitlintrc.json
firstParent: false
failOnWarnings: false
helpURL: https://www.conventionalcommits.org/