Skip to content

Commit

Permalink
rename jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizencc committed Feb 27, 2025
1 parent 97d02a8 commit e4b1676
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issue-label-assign.yml

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

4 changes: 2 additions & 2 deletions projenrc/issue-labeler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export class IssueLabeler extends Component {
issues: { types: ['opened', 'edited'] },
});

this.workflow.addJob('Triage Issues', triageManagerJob({
this.workflow.addJob('Triage-Issues', triageManagerJob({
target: 'issues',
excludedExpressions: ['CDK CLI Version', 'TypeScript', 'Java', 'Python', 'Go'],
includedLabels: ['needs-triage'],
Expand All @@ -103,7 +103,7 @@ export class IssueLabeler extends Component {
affixes: '${{ env.AREA_AFFIXES }}',
needEnvs: true,
}));
this.workflow.addJob('Triage Pull Requests', triageManagerJob({
this.workflow.addJob('Triage-Pull-Requests', triageManagerJob({
target: 'pull-requests',
areaIsKeyword: true,
defaultArea: '{"reviewers":{"teamReviewers":["aws-cdk-owners"]}}',
Expand Down

0 comments on commit e4b1676

Please sign in to comment.