Skip to content

Commit 1709358

Browse files
committed
chore(github): add remaining conv commit specs in pr lint workflow
1 parent af6dafe commit 1709358

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

.github/workflows/pull-request-lint.yml

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,25 @@ const project = new awscdk.AwsCdkTypeScriptApp({
6565
workflowNodeVersion: '22.x', // 'ACTIVE'
6666
release: false,
6767
github: true,
68+
githubOptions: {
69+
pullRequestLintOptions: {
70+
semanticTitleOptions: {
71+
types: [
72+
'build',
73+
'chore',
74+
'ci',
75+
'docs',
76+
'feat',
77+
'fix',
78+
'perf',
79+
'refactor',
80+
'revert',
81+
'style',
82+
'test',
83+
],
84+
},
85+
},
86+
},
6887
licensed: true,
6988
license: 'MIT-0',
7089
copyrightPeriod: '2026-',

0 commit comments

Comments
 (0)