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

zhongjiajie pushed a commit to branch 3.2.0-release
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git

commit ce935c5c997d800eaf404348a106e54ca2645ef1
Author: Aaron Wang <[email protected]>
AuthorDate: Tue Sep 5 14:23:42 2023 +0800

    chore: add revert label check (#14853)
    
    (cherry picked from commit 6406243db02c52c44965e85646be0fbdbaefb017)
---
 .github/mergeable.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/mergeable.yml b/.github/mergeable.yml
index 0d43e6c3c3..a1df2e7410 100644
--- a/.github/mergeable.yml
+++ b/.github/mergeable.yml
@@ -55,8 +55,8 @@ mergeable:
       - do: label
         and:
           - must_include:
-              regex: 'feature|bug|improvement|document|chore'
-              message: 'Label must include one of the following: `feature`, 
`bug`, `improvement`, `document`, `chore`'
+              regex: 'feature|bug|improvement|document|chore|revert'
+              message: 'Label must include one of the following: `feature`, 
`bug`, `improvement`, `document`, `chore`, `revert`'
           - must_include:
               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.'

Reply via email to