Skip to content

Commit

Permalink
Remove assignees
Browse files Browse the repository at this point in the history
  • Loading branch information
chaspy committed Jan 24, 2021
1 parent 97a486f commit ca18ee0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ func run() error {
prs, _, err := client.PullRequests.List(ctx, "quipper", "kubernetes-clusters", nil)
fmt.Printf("%v\n", *prs[0].Labels[0].Name)
fmt.Printf("%v\n", *prs[0].User.Login)
// fmt.Printf("%v\n", *prs[0].Assignee)
// fmt.Printf("%v\n", *prs[0].Assignees[0])
fmt.Printf("%v\n", *prs[0].RequestedReviewers[0].Login)

var prinfos []PR
Expand Down

0 comments on commit ca18ee0

Please sign in to comment.