Merge pull request #351 from JefferyHcool/fix/ci-commitlint

fix(ci): commitlint workflow 去掉伪 input + 规范 release merge commit 格式
This commit is contained in:
Jianwu Huang
2026-05-07 14:47:03 +08:00
committed by GitHub
3 changed files with 8 additions and 6 deletions

View File

@@ -26,7 +26,5 @@ jobs:
uses: wagoid/commitlint-github-action@v6
with:
configFile: .commitlintrc.json
# PR 上检查 base..head 之间所有 commitpush 上只校验最新 commit
firstParent: false
failOnWarnings: false
helpURL: https://github.com/JefferyHcool/BiliNote/blob/develop/CONTRIBUTING.md#5-提交规范