fix(ce-resolve-pr-feedback): stop dropping unresolved and actionable feedback (#617)
Some checks failed
CI / pr-title (push) Has been cancelled
CI / test (push) Has been cancelled
Release PR / release-pr (push) Has been cancelled
Release PR / publish-cli (push) Has been cancelled

This commit is contained in:
Trevin Chow
2026-04-20 20:44:16 -07:00
committed by GitHub
parent 3ed4a4fa0f
commit 153bea8669
4 changed files with 43 additions and 21 deletions

View File

@@ -36,8 +36,12 @@ query($owner: String!, $repo: String!, $pr: Int!) {
nodes {
id
isResolved
isOutdated
path
line
originalLine
startLine
originalStartLine
comments(first: 100) {
nodes {
id