mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
sync
This commit is contained in:
parent
6934fcfabe
commit
b62312bdfa
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue