Skip to content

Commit

Permalink
Merge branch 'main' into conroy/loggging
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored May 9, 2024
2 parents 338ba52 + d19d97c commit 52a55d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/@aws-cdk/prlint/lint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ export class PullRequestLinter {
}

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

0 comments on commit 52a55d9

Please # to comment.