Skip to content

Commit 52a55d9

Browse files
authored
Merge branch 'main' into conroy/loggging
2 parents 338ba52 + d19d97c commit 52a55d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/@aws-cdk/prlint/lint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ export class PullRequestLinter {
266266
}
267267

268268
const comments = await this.client.issues.listComments(this.issueParams);
269-
if (comments.data.find(comment => comment.body?.includes("Exemption Request"))) {
269+
if (comments.data.find(comment => comment.body?.toLowerCase().includes("exemption request"))) {
270270
body += '\n\n✅ A exemption request has been requested. Please wait for a maintainer\'s review.';
271271
}
272272
await this.client.issues.createComment({

0 commit comments

Comments
 (0)