Skip to content

Commit 897c2b1

Browse files
committed
fix(agent-task view): disable PR finder progress indicator
Signed-off-by: Babak K. Shandiz <babakks@github.com>
1 parent 1f5cbc5 commit 897c2b1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pkg/cmd/agent-task/view/view.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,9 @@ func viewRun(opts *ViewOptions) error {
200200

201201
if prID == 0 {
202202
findOptions := prShared.FindOptions{
203-
Selector: opts.SelectorArg,
204-
Fields: []string{"id", "url", "fullDatabaseId"},
203+
Selector: opts.SelectorArg,
204+
Fields: []string{"id", "url", "fullDatabaseId"},
205+
DisableProgress: true,
205206
}
206207

207208
pr, repo, err := opts.Finder.Find(findOptions)

0 commit comments

Comments
 (0)