diff --git a/actions.go b/actions.go index 231c180..afd7931 100644 --- a/actions.go +++ b/actions.go @@ -320,6 +320,9 @@ func ActionViewComments(_ []string) { printError("Failed to get issue", err) return } + if len(issue.Fields.Comments.Comments) == 0 { + println("This issue has no comments") + } for i, comment := range issue.Fields.Comments.Comments { if i != 0 { println()