From e9ba1df40aca261737dc9856ea244e50dc688f5d Mon Sep 17 00:00:00 2001 From: Bogdan Stanga Date: Fri, 22 Nov 2024 15:51:19 +0200 Subject: [PATCH 1/3] random commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2582483..07f14f3 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ Optimize your code review process with Presubmit's AI Code Reviewer that catches
+kaslhdoiasdahosadoisadsioiaojds + > 🤝 **Note**: Presubmit is designed to complement human reviewers, not replace them. It helps catch security issues and bugs early on while also providing context about the overall change, making the human review process more efficient.
From 92c7223256d467b9ad906154408b2f5042d648cd Mon Sep 17 00:00:00 2001 From: Bogdan Stanga Date: Fri, 22 Nov 2024 15:54:18 +0200 Subject: [PATCH 2/3] random --- src/diff.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/diff.ts b/src/diff.ts index 34d5d71..4eba64d 100644 --- a/src/diff.ts +++ b/src/diff.ts @@ -17,10 +17,14 @@ export type File = { export type Hunk = { startLine: number; endLine: number; + diff: string; + commentThreads?: ReviewCommentThread[]; }; +asd; + export type FileDiff = File & { hunks: Hunk[]; }; From 10296118abd883455c835f7571864fcabaa10bd8 Mon Sep 17 00:00:00 2001 From: Bogdan Stanga Date: Fri, 22 Nov 2024 16:53:15 +0200 Subject: [PATCH 3/3] retry --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index ec67e2b..ad1426a 100644 --- a/src/main.ts +++ b/src/main.ts @@ -21,5 +21,5 @@ async function main(): Promise { ); } } - +dasadsdasdas; main();