Skip to content

Commit

Permalink
fix: Update accepted semantic titles for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
tobuck-aws committed Feb 29, 2024
1 parent 27ad74a commit 6cff0e4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/pull-request-lint.yml

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

4 changes: 4 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ const project = new awscdk.AwsCdkConstructLibrary({
contributorStatementOptions: {
exemptUsers: ['amazon-auto', 'dependabot[bot]', 'github-actions'],
},
semanticTitle: true,
semanticTitleOptions: {
types: ['build', 'chore', 'ci', 'docs', 'feat', 'fix', 'style', 'refactor', 'perf', 'test'],
},
},
},

Expand Down

0 comments on commit 6cff0e4

Please sign in to comment.