Commit d165c77
committed
Fix PR viewer crash on older gh CLI versions
Remove closingIssuesReferences from gh pr view query fields since it is
not supported by older versions of the gh CLI, causing PR details to fail
with "Unknown JSON field" error. The linked_issues struct field already
has serde(default) so it gracefully falls back to an empty list.
Closes #5761 parent 1bcadd5 commit d165c77
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| |||
0 commit comments