keon94 commented on code in PR #4896:
URL: 
https://github.com/apache/incubator-devlake/pull/4896#discussion_r1166193370


##########
backend/plugins/gitlab/tasks/tag_collector.go:
##########
@@ -23,6 +23,13 @@ import (
        helper "github.com/apache/incubator-devlake/helpers/pluginhelper/api"
 )
 
+func init() {
+       register(SubTaskMetaRegister{
+               Plugin:       &CollectTagMeta,
+               Dependencies: []string{ExtractApiMergeRequestDetailsMeta.Name},

Review Comment:
   looks like Dependencies is always just going to be a single subtask? Is 
there a reason for this to be a slice?



-- 
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: commits-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to