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 2023/07/21 07:18:48 UTC

[dolphinscheduler] branch dev updated: ci: Mergeable must have ready-to-merge and not require version (#14600)

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 d92e2b360e ci: Mergeable must have ready-to-merge and not require version (#14600)
d92e2b360e is described below

commit d92e2b360e0117259c58ea540b8b3cc2664694d8
Author: Jay Chung <zh...@gmail.com>
AuthorDate: Fri Jul 21 15:18:41 2023 +0800

    ci: Mergeable must have ready-to-merge and not require version (#14600)
    
    you can see our init discuss in https://lists.apache.org/thread/xgcd3wndfst88ornvdknd64nol76k89n
---
 .github/mergeable.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/mergeable.yml b/.github/mergeable.yml
index 8bdf2f182d..0d43e6c3c3 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: '\d+\.\d+\.\w+'
-              message: 'Label must include one or more version numbers.'
+              regex: 'ready-to-merge'
+              message: 'Please check if there are PRs that already have a `ready-to-merge` label and can be merged, if exists please merge them first.'