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

[dolphinscheduler] branch dev updated: [CI] [Chore] Add label 4.0.0 to mergeable check (#12921)

This is an automated email from the ASF dual-hosted git repository.

zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 473319c40d [CI] [Chore] Add label 4.0.0 to mergeable check (#12921)
473319c40d is described below

commit 473319c40ded2909cdd31209b58028d9993fe7ae
Author: xiangzihao <46...@qq.com>
AuthorDate: Wed Nov 16 21:01:23 2022 +0800

    [CI] [Chore] Add label 4.0.0 to mergeable check (#12921)
    
    * add label 4.0.0 to mergeable check
---
 .github/mergeable.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/mergeable.yml b/.github/mergeable.yml
index f1d1a54048..8bdf2f182d 100644
--- a/.github/mergeable.yml
+++ b/.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: '\d+\.\d+\.\w+'
+              message: 'Label must include one or more version numbers.'