cli/pkg/cmd/issue/comment
Mislav Marohnić 8d82a96349
Fix fetching issue/PR comments
The "Author" struct was too overloaded in different types of queries that treat struct fields in incompatible ways. This change defines a simpler CommentAuthor struct for use in comments until we can figure out how to query `... on User` information for comments too.
2022-12-23 17:14:06 +01:00
..
comment.go use Prompter in Commentable 2022-10-19 13:05:00 -07:00
comment_test.go Fix fetching issue/PR comments 2022-12-23 17:14:06 +01:00