You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/09/19 03:59:08 UTC

[GitHub] [incubator-devlake] warren830 commented on a diff in pull request #3114: feat: add deployTagPattern for gitlab

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


##########
plugins/gitlab/tasks/task_data.go:
##########
@@ -76,6 +76,9 @@ func DecodeAndValidateTaskOptions(options map[string]interface{}) (*GitlabOption
 	if op.IssueTypeRequirement == "" {
 		op.IssueTypeRequirement = "^(feat|feature|proposal|requirement)$"
 	}
+	if op.DeployTagPattern == "" {
+		op.DeployTagPattern = "(?i)deploy"

Review Comment:
   what about .*deploy.*$



-- 
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-unsubscribe@devlake.apache.org

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