Skip to content

Commit

Permalink
Disable merge commit message length check
Browse files Browse the repository at this point in the history
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
  • Loading branch information
asdil12 committed Nov 4, 2022
1 parent 1bb28ec commit 49add50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/commit_message_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
error: 'The maximum subject line length of 72 characters is exceeded.'
excludeDescription: 'true' # excludes the description body of a pull request
excludeTitle: 'true' # excludes the title of a pull request
excludeMergeCommits: 'true' # optional: this excludes merge commits
checkAllCommitMessages: 'true' # checks all commits associated with a pull request
accessToken: ${{ secrets.GITHUB_TOKEN }} # only required if checkAllCommitMessages is true
- name: Check Empty Line
Expand Down

0 comments on commit 49add50

Please sign in to comment.