From e558b4d13e85192b8603521c5e5d53f7d9f9a026 Mon Sep 17 00:00:00 2001 From: hardy Date: Tue, 14 Jan 2025 15:18:27 +0800 Subject: [PATCH] chore: title need check --- .github/workflows/commit-message-check.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/commit-message-check.yml b/.github/workflows/commit-message-check.yml index fdfcf08..c132c31 100644 --- a/.github/workflows/commit-message-check.yml +++ b/.github/workflows/commit-message-check.yml @@ -12,7 +12,6 @@ jobs: with: checkAllCommitMessages: 'true' # optional: this checks all commits associated with a pull request excludeDescription: 'true' # optional: this excludes the description body of a pull request - excludeTitle: 'true' # optional: this excludes the title of a pull request accessToken: ${{ secrets.GITHUB_TOKEN }} pattern: '^(change:|feat:|improve:|perf:|dep:|docs:|test:|ci:|style:|refactor:|fix:|fixdoc:|fixup:|merge|Merge|bumpver:|chore:|build:) .+$' flags: 'gm'