Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/commit-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
message: true
branch: false
author-name: true
author-email: true
job-summary: true
Expand Down
2 changes: 1 addition & 1 deletion commit-check.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
Loading