keon94 commented on code in PR #2215:
URL: https://github.com/apache/incubator-devlake/pull/2215#discussion_r904605287
##########
plugins/github/tasks/issue_extractor.go:
##########
@@ -57,44 +57,28 @@ type IssuesResponse struct {
Login string
Id int
}
+ Milestone *struct {
+ Id int
+ }
ClosedAt *helper.Iso8601Time `json:"closed_at"`
GithubCreatedAt helper.Iso8601Time `json:"created_at"`
GithubUpdatedAt helper.Iso8601Time `json:"updated_at"`
}
Review Comment:
small refactor to shrink the method size
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]