Skip to content

Commit 49add50

Browse files
committed
Disable merge commit message length check
If branch names are too long, the tests would fail. This will only come into action when this is merged: GsActions/commit-message-checker#79
1 parent 1bb28ec commit 49add50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/commit_message_checker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
error: 'The maximum subject line length of 72 characters is exceeded.'
2828
excludeDescription: 'true' # excludes the description body of a pull request
2929
excludeTitle: 'true' # excludes the title of a pull request
30+
excludeMergeCommits: 'true' # optional: this excludes merge commits
3031
checkAllCommitMessages: 'true' # checks all commits associated with a pull request
3132
accessToken: ${{ secrets.GITHUB_TOKEN }} # only required if checkAllCommitMessages is true
3233
- name: Check Empty Line

0 commit comments

Comments
 (0)