You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2022/07/31 01:51:07 UTC

[doris] branch master updated: [improve](ci): allow blank, -, _ (#11349)

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

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 2c810f577b [improve](ci): allow blank, -, _ (#11349)
2c810f577b is described below

commit 2c810f577b945f4977cff085af6674a78b6f0788
Author: jakevin <ja...@gmail.com>
AuthorDate: Sun Jul 31 09:51:02 2022 +0800

    [improve](ci): allow blank, -, _ (#11349)
---
 .github/workflows/title-checker.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/title-checker.yml b/.github/workflows/title-checker.yml
index 3a985ed0a7..fac1bfdb01 100644
--- a/.github/workflows/title-checker.yml
+++ b/.github/workflows/title-checker.yml
@@ -35,5 +35,5 @@ jobs:
       - name: Check Title
         uses: ./.github/actions/action-pr-title
         with:
-          regex: '\[([a-zA-Z0-9])+\]\(([a-zA-Z0-9])+\)(.*)'
+          regex: '\[([a-zA-Z0-9 \-_])+\]\(([a-zA-Z0-9 \-_])+\)(.*)'
           github_token: ${{ github.token }}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org