warren830 commented on code in PR #4687:
URL: 
https://github.com/apache/incubator-devlake/pull/4687#discussion_r1138364076


##########
backend/plugins/github/tasks/pr_collector.go:
##########
@@ -115,7 +115,7 @@ func CollectApiPullRequests(taskCtx plugin.SubTaskContext) 
errors.Error {
                                return helper.NewDalCursorIterator(db, cursor, 
reflect.TypeOf(SimpleGithubPr{}))
                        },
                        FinalizableApiCollectorCommonArgs: 
helper.FinalizableApiCollectorCommonArgs{
-                               UrlTemplate: "repos/{{ .Params.Name }}/pulls/{{ 
.Input.GithubId }}",
+                               UrlTemplate: "repos/{{ .Params.Name }}/pulls/{{ 
.Input.number }}",

Review Comment:
   Should this be Number instead of number?



-- 
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]

Reply via email to