chenggui53 commented on code in PR #4896:
URL:
https://github.com/apache/incubator-devlake/pull/4896#discussion_r1166214527
##########
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:
As it stands, we only need to specify a dependent subtask, but if it has
dependencies on the results of several subtasks when creating a new subtask,
then slice will be useful
--
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]