github / github/copilot-cli

/pr auto misses review threads

オープン
#3,853 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
area:agents area:tools
主要言語
Shell
スター
11.2k
フォーク
1.9k
平均マージ
14時間 16分
マージ済み PR(30日)
6

説明

### Describe the bug

❯ Okay so there aren't any unresolved threads?

● I’ll verify the review thread state directly.

● Check PR review thread resolution state (shell)
│ gh api graphql -f query='query { repository(owner:"AylaLegal", name:"Ayla") { pullRequest(number: 80) { reviewThreads(first: 100) { nodes { isResolved isOutdated path
│ comments(first: 20) { nodes { author { login } body } } } } } } }' 2>&1
└ 2 lines...

● Actually yes — 2 unresolved threads remain.

### Affected version

1.0.63

### Steps to reproduce the behavior

Run /pr auto against a PR with an open review thread

### Expected behavior

It should know to query the review threads and address them

### Additional context

MacOS
GPT-5.4-xhigh

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

Start by reproducing /pr auto against a pull request with an open review thread, then inspect the GitHub GraphQL reviewThreads query shown in the issue. Trace how /pr auto determines remaining review work and ensure unresolved threads are included in that process. Done means the command detects and addresses open review threads, including the reported case with two unresolved threads.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
github, shell
領域
cli
issue の種類
バグ
難易度
3/5
見積もり時間
1〜2日
活発さ
静か
明瞭さ
おおむね明確
初心者へのやさしさ
55/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。