From b62312bdfa42bf909303d25f2fba10adb5698847 Mon Sep 17 00:00:00 2001 From: Frank Date: Wed, 27 Aug 2025 16:19:26 -0400 Subject: [PATCH] sync --- github/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/github/index.ts b/github/index.ts index be0144538..f2f12843b 100644 --- a/github/index.ts +++ b/github/index.ts @@ -662,8 +662,8 @@ async function fetchPR() { const part = mode.type === "review_comment" ? ` - comments(last: 0) { nodes { }} - reviews(last: 0) { nodes { }} + comments(last: 0) { nodes { id }} + reviews(last: 0) { nodes { id }} reviewThreads(last: 100) { nodes { id