X Tutup
Skip to content

Commit 542314a

Browse files
committed
Omit participants metadata from pr view
1 parent 8fca78f commit 542314a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

command/pr.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -357,10 +357,6 @@ func printPrPreview(out io.Writer, pr *api.PullRequest) error {
357357
fmt.Fprint(out, utils.Bold("Milestone: "))
358358
fmt.Fprintln(out, pr.Milestone.Title)
359359
}
360-
if participants := prParticipantList(*pr); participants != "" {
361-
fmt.Fprint(out, utils.Bold("Participants: "))
362-
fmt.Fprintln(out, participants)
363-
}
364360

365361
// Body
366362
if pr.Body != "" {

0 commit comments

Comments
 (0)
X Tutup