We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
issue view
1 parent f14459c commit d600709Copy full SHA for d600709
command/issue.go
@@ -284,10 +284,6 @@ func printIssuePreview(out io.Writer, issue *api.Issue) error {
284
fmt.Fprint(out, utils.Bold("Milestone: "))
285
fmt.Fprintln(out, issue.Milestone.Title)
286
}
287
- if participants := issueParticipantList(*issue); participants != "" {
288
- fmt.Fprint(out, utils.Bold("Participants: "))
289
- fmt.Fprintln(out, participants)
290
- }
291
292
// Body
293
if issue.Body != "" {
0 commit comments