From c579d9abd9b28d75d0ba9fdca9ffeef25637b867 Mon Sep 17 00:00:00 2001 From: Vinayak Kukreja Date: Fri, 20 Oct 2023 08:33:32 -0700 Subject: [PATCH] chore: testing auto closing linter rule for main branch Signed-off-by: Vinayak Kukreja --- tools/@aws-cdk/prlint/lint.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/@aws-cdk/prlint/lint.ts b/tools/@aws-cdk/prlint/lint.ts index 0f16e78ed746a..4ea83d68e7d8e 100644 --- a/tools/@aws-cdk/prlint/lint.ts +++ b/tools/@aws-cdk/prlint/lint.ts @@ -6,6 +6,8 @@ import { StatusEvent } from '@octokit/webhooks-definitions/schema'; import { findModulePath, moduleStability } from './module'; import { breakingModules } from './parser'; +// I am just a comment to test linter. Please ignore me and not approve the PR :) + export type GitHubPr = Endpoints['GET /repos/{owner}/{repo}/pulls/{pull_number}']['response']['data'];