Skip to content

Commit

Permalink
comment update
Browse files Browse the repository at this point in the history
Signed-off-by: Vinayak Kukreja <vinakuk@amazon.com>
  • Loading branch information
vinayak-kukreja committed Oct 19, 2023
1 parent 41063ac commit 2500543
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 @@ -271,7 +271,7 @@ export class PullRequestLinter {
});

// Commenting this code to first test that linter rule works
// since this can lead to other PRs closing if not setup
// since this can lead to other PRs closing if not setup correctly
// // Closing the PR if it is opened from main branch of author's fork
// if (failureMessages.includes(PR_FROM_MAIN_ERROR)) {
// await this.client.pulls.update({
Expand Down

0 comments on commit 2500543

Please sign in to comment.