This is an automated email from the ASF dual-hosted git repository. warren pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
commit d8394e32eb9789b2a1370eeba6a0d10568f5cad2 Author: Mr.An <[email protected]> AuthorDate: Wed Jun 15 12:32:03 2022 +0800 update impl.go --- plugins/gitee/impl/impl.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/gitee/impl/impl.go b/plugins/gitee/impl/impl.go index c1e4d799..9cde8eb3 100644 --- a/plugins/gitee/impl/impl.go +++ b/plugins/gitee/impl/impl.go @@ -58,8 +58,8 @@ func (plugin Gitee) SubTaskMetas() []core.SubTaskMeta { tasks.ExtractApiIssueCommentsMeta, tasks.CollectApiPullRequestCommitsMeta, tasks.ExtractApiPullRequestCommitsMeta, - //tasks.CollectApiPullRequestReviewsMeta, - //tasks.ExtractApiPullRequestReviewsMeta, + tasks.CollectApiPullRequestReviewsMeta, + tasks.ExtractApiPullRequestReviewsMeta, tasks.CollectApiCommitStatsMeta, tasks.ExtractApiCommitStatsMeta, tasks.EnrichPullRequestIssuesMeta,
