mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
sync
This commit is contained in:
parent
be8e266312
commit
e8f24c9539
1 changed files with 3 additions and 4 deletions
|
|
@ -630,9 +630,8 @@ async function fetchPR() {
|
|||
// For pr comment:
|
||||
// - include all pr comments
|
||||
// - include all review comments that are
|
||||
const part =
|
||||
Context.eventName() === "pull_request_review_comment_created"
|
||||
? `
|
||||
const part = isEventPullRequestReviewComment()
|
||||
? `
|
||||
reviewThreads(last: 100) {
|
||||
nodes {
|
||||
id
|
||||
|
|
@ -651,7 +650,7 @@ async function fetchPR() {
|
|||
}
|
||||
}
|
||||
}`
|
||||
: `
|
||||
: `
|
||||
comments(first: 100) {
|
||||
nodes {
|
||||
id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue