Skip to content

Commit

Permalink
Merge pull request #6 from awslabs/docs/update-accepted-pr-titles
Browse files Browse the repository at this point in the history
fix: Update accepted semantic titles for PRs
  • Loading branch information
tobuck-aws authored Feb 29, 2024
2 parents 27ad74a + 6cff0e4 commit 61ec58d
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 61ec58d

Please sign in to comment.