Skip to content

Commit b242c23

Browse files
authored
chore: update parameters in issue-label-assign (#198)
I am trying to coerce the workflow to label `aws-cdk` more than `@aws-cdk/cli-lib-alpha` since it's far more likely that any issue that comes in is for the cdk cli. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent e145d55 commit b242c23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/issue-label-assign.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projenrc/issue-labeler.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ import { GitHubToken, stringifyList } from './util';
66
const OSDS_DEVS = ['ashishdhingra', 'khushail', 'hunhsieh'];
77
const AREA_AFFIXES = ['@aws-cdk/'];
88
const AREA_PARAMS = [
9-
{ area: '@aws-cdk/cli-lib-alpha', keywords: ['cli', 'cli-lib', 'cli-lib-alpha'], labels: ['@aws-cdk/cli-lib-alpha'] },
9+
{ area: '@aws-cdk/cli-lib-alpha', keywords: ['cli-lib', 'cli-lib-alpha'], labels: ['@aws-cdk/cli-lib-alpha'] },
1010
{ area: '@aws-cdk/cloud-assembly-schema', keywords: ['cloud-assembly', 'schema'], labels: ['@aws-cdk/cloud-assembly-schema'] },
1111
{ area: '@aws-cdk/cloudformation-diff', keywords: ['diff', 'cloudformation'], labels: ['@aws-cdk/cloudformation-diff'] },
1212
{ area: '@aws-cdk/toolkit-lib', keywords: ['toolkit', 'programmtic toolkit', 'toolkit-lib'], labels: ['@aws-cdk/toolkit-lib'] },
13-
{ area: 'aws-cdk', keywords: ['aws-cdk', 'cli', 'cdk cli'], labels: ['aws-cdk'] },
13+
{ area: 'aws-cdk', keywords: ['aws-cdk', 'cli', 'cdk cli', 'cdk'], labels: ['aws-cdk'] },
1414
{ area: 'cdk-assets', keywords: ['assets', 'cdk-assets'], labels: ['cdk-assets'] },
1515
];
1616

0 commit comments

Comments
 (0)