We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93be416 commit 59a9b89Copy full SHA for 59a9b89
packages/cdk-pull-request-check/src/pull-request-check.ts
@@ -144,7 +144,7 @@ export class PullRequestCheck extends Construct {
144
securityGroups,
145
allowAllOutbound,
146
environmentVariables,
147
- artifacts
+ artifacts,
148
} = props;
149
150
this.pullRequestProject = new Project(this, 'PullRequestProject', {
@@ -164,7 +164,7 @@ export class PullRequestCheck extends Construct {
164
subnetSelection,
165
166
167
168
});
169
170
if (updateApprovalState || postComment) {
0 commit comments