Skip to content

Commit

Permalink
ci: update ng-dev config reflect recent code additions
Browse files Browse the repository at this point in the history
  • Loading branch information
devversion committed Feb 14, 2022
1 parent 82a6c91 commit 9593bb1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .ng-dev/commit-message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,14 @@ export const commitMessage: CommitMessageConfig = {
'api-golden',
'benchmark',
'browsers',
'constraints',
'esbuild',
'http-server',
'integration',
'karma',
'protos',
'remote-execution',
'spec-bundling',
]),
...buildScopesFor('github-actions', [
'commit-message-based-labels',
Expand All @@ -35,5 +41,6 @@ export const commitMessage: CommitMessageConfig = {
'ts-circular-dependencies',
]),
...buildScopesFor('tslint-rules', []),
...buildScopesFor('shared-scripts', []),
],
};

0 comments on commit 9593bb1

Please sign in to comment.