Skip to content

Commit

Permalink
chore: pr linter allows docs/test/revert types
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizencc committed Feb 17, 2025
1 parent d0f7b97 commit 217ce96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/pull-request-lint.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const repo = configureProject(
mergeQueue: true,
pullRequestLintOptions: {
semanticTitleOptions: {
types: ['feat', 'fix', 'chore', 'refactor'],
types: ['feat', 'fix', 'chore', 'refactor', 'test', 'docs', 'revert'],
},
},
},
Expand Down

0 comments on commit 217ce96

Please sign in to comment.