You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/11/16 10:36:36 UTC

[GitHub] [dolphinscheduler] zhongjiajie commented on a diff in pull request #12921: [CI] [Chore] Add label 4.0.0 to mergeable check

zhongjiajie commented on code in PR #12921:
URL: https://github.com/apache/dolphinscheduler/pull/12921#discussion_r1023818984


##########
.github/mergeable.yml:
##########
@@ -58,5 +58,5 @@ mergeable:
               regex: 'feature|bug|improvement|document|chore'
               message: 'Label must include one of the following: `feature`, `bug`, `improvement`, `document`, `chore`'
           - must_include:
-              regex: '3\.0\.x|3\.1\.x|3\.2\.0'
-              message: 'Label must include one or more of the following: `3.0.x`, `3.1.x`, `3.2.0`'
+              regex: '3\.0\.x|3\.1\.x|3\.2\.0|4\.0\.0'

Review Comment:
   reg exp can be use according to https://mergeable.readthedocs.io/en/latest/validators/label.html#label



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

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