We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pr view
1 parent 8fca78f commit 542314aCopy full SHA for 542314a
command/pr.go
@@ -357,10 +357,6 @@ func printPrPreview(out io.Writer, pr *api.PullRequest) error {
357
fmt.Fprint(out, utils.Bold("Milestone: "))
358
fmt.Fprintln(out, pr.Milestone.Title)
359
}
360
- if participants := prParticipantList(*pr); participants != "" {
361
- fmt.Fprint(out, utils.Bold("Participants: "))
362
- fmt.Fprintln(out, participants)
363
- }
364
365
// Body
366
if pr.Body != "" {
0 commit comments