likyh commented on code in PR #3892:
URL: 
https://github.com/apache/incubator-devlake/pull/3892#discussion_r1044189322


##########
plugins/github_graphql/impl/impl.go:
##########
@@ -178,6 +178,49 @@ func (plugin GithubGraphql) PrepareTaskData(taskCtx 
core.TaskContext, options ma
        }, nil
 }
 
+func EnrichOptions(taskCtx core.TaskContext,

Review Comment:
   Defined in github_graphql?



##########
plugins/github/api/blueprint_v200.go:
##########
@@ -86,9 +85,12 @@ func makeDataSourcePipelinePlanV200(
        apiClient helper.ApiClientGetter,
 ) (core.PipelinePlan, errors.Error) {
        var err errors.Error
-       var stage core.PipelineStage
-       var repo *tasks.GithubApiRepo
+       var repoRes *tasks.GithubApiRepo
        for i, bpScope := range bpScopes {
+               stage := plan[i]

Review Comment:
   plan and bpScopes have the same order and count?



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