klesh commented on code in PR #4083:
URL:
https://github.com/apache/incubator-devlake/pull/4083#discussion_r1060369550
##########
plugins/github/tasks/pr_review_comment_collector.go:
##########
@@ -57,7 +57,13 @@ func CollectPrReviewComments(taskCtx core.SubTaskContext)
errors.Error {
Query: func(reqData *helper.RequestData) (url.Values,
errors.Error) {
query := url.Values{}
// if data.CreatedDateAfter != nil, we set since once
+ // Actually we should use create instead of since, but
this api only has since as query param
Review Comment:
Do we still need this?
--
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]