Skip to content

Commit

Permalink
ci: increase header-max-length from 72 to 80 for master branch (#1834)
Browse files Browse the repository at this point in the history
PR merge will append the PR number at the end, like:... (#1805), which
has extra 8 characters
  • Loading branch information
brilliant-lx authored Aug 22, 2023
1 parent 2b83693 commit c431373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = {
'header-max-length': [
2,
'always',
72,
80,
],
},
helpUrl:
Expand Down

0 comments on commit c431373

Please sign in to comment.