This commit is contained in:
Frank 2025-08-27 16:19:26 -04:00
parent 6934fcfabe
commit b62312bdfa

View file

@ -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