From caa7ac40e7ddb80f9d2d4aefbf91ba6c955f44e3 Mon Sep 17 00:00:00 2001 From: Chloe Lin Date: Tue, 24 Feb 2026 16:30:33 +0100 Subject: [PATCH] Adds new SHA to excluded commit list --- app/api/github-history/util.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/api/github-history/util.ts b/app/api/github-history/util.ts index daa503fd5..d5c6e641b 100644 --- a/app/api/github-history/util.ts +++ b/app/api/github-history/util.ts @@ -24,6 +24,7 @@ export const EXCLUDED_COMMIT_SHAS: string[] = [ "6d7c8acbf37377fbc647e431f98cf58c3447b031", "e6a4f720c383f7013fd009a0aa6b52e8fe779ee2", "0a57480c7730685582dd67f12d3e49a12ce0af32", + "4f578b9650d3e43d33b0295011cf71e6cc11f0ef", ]; /**