fix(ce-resolve-pr-feedback): stop dropping unresolved and actionable feedback (#617)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user