mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-21 14:07:20 +08:00
fix(pr-view): fetch the most recent 20 reviews
This commit is contained in:
@@ -443,7 +443,7 @@ export class PRStatusPoller {
|
||||
reviewRequests(first: 20) {
|
||||
nodes { requestedReviewer { ... on User { login avatarUrl } } }
|
||||
}
|
||||
reviews(first: 20, states: [APPROVED, CHANGES_REQUESTED, COMMENTED]) {
|
||||
reviews(last: 20, states: [APPROVED, CHANGES_REQUESTED, COMMENTED]) {
|
||||
nodes { author { login avatarUrl } state }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user