Skip to content

Commit

Permalink
Increase the header-max-length of the PR title
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Sep 27, 2024
1 parent c642855 commit e0e8b67
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/.commitlint.rules.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
rules: {
'header-max-length': 200
}
}
2 changes: 2 additions & 0 deletions .github/workflows/conventional-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: CondeNast/conventional-pull-request-action@v0.2.0
with:
commitlintRulesPath: ".github/.commitlint.rules.js"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e0e8b67

Please sign in to comment.