diff --git a/.github/workflows/commit-check.yml b/.github/workflows/commit-check.yml index 9c343bf99..831c1d831 100644 --- a/.github/workflows/commit-check.yml +++ b/.github/workflows/commit-check.yml @@ -25,6 +25,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: message: true + branch: false author-name: true author-email: true job-summary: true diff --git a/commit-check.toml b/commit-check.toml index 3ad87a8ff..f7c022472 100644 --- a/commit-check.toml +++ b/commit-check.toml @@ -4,7 +4,7 @@ # https://www.conventionalcommits.org conventional_commits = true subject_capitalized = false -subject_imperative = true +subject_imperative = false subject_max_length = 80 subject_min_length = 5 allow_commit_types = [