Omit participants metadata from pr view
This commit is contained in:
parent
8fca78f584
commit
542314a9c3
1 changed files with 0 additions and 4 deletions
|
|
@ -357,10 +357,6 @@ func printPrPreview(out io.Writer, pr *api.PullRequest) error {
|
|||
fmt.Fprint(out, utils.Bold("Milestone: "))
|
||||
fmt.Fprintln(out, pr.Milestone.Title)
|
||||
}
|
||||
if participants := prParticipantList(*pr); participants != "" {
|
||||
fmt.Fprint(out, utils.Bold("Participants: "))
|
||||
fmt.Fprintln(out, participants)
|
||||
}
|
||||
|
||||
// Body
|
||||
if pr.Body != "" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue