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

martijnvisser pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/flink-connector-elasticsearch.git


The following commit(s) were added to refs/heads/main by this push:
     new 11eb314  [hotfix] Correct Boring Cyborg regex for hotfix PRs and 
commit messages
11eb314 is described below

commit 11eb3142fd6ce118155e4a90787c8861482ed298
Author: Martijn Visser <martijnvis...@apache.org>
AuthorDate: Wed May 11 19:49:57 2022 +0200

    [hotfix] Correct Boring Cyborg regex for hotfix PRs and commit messages
---
 .github/boring-cyborg.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml
index 7cb742c..f50d27b 100644
--- a/.github/boring-cyborg.yml
+++ b/.github/boring-cyborg.yml
@@ -51,7 +51,7 @@ insertIssueLinkInPrDescription:
 # Verifies if commit/PR titles match the regexp specified
 verifyTitles:
   # Regular expression that should be matched by titles of commits or PR
-  titleRegexp: ^\[FLINK-[0-9]+\].*$|^\[FLINK-XXXXX\].*$|^\hotfix.*$
+  titleRegexp: ^\[FLINK-[0-9]+\].*$|^\[FLINK-XXXXX\].*$|^\[hotfix].*$
   # If set to true, it will always check the PR title (as opposed to the 
individual commits).
   alwaysUsePrTitle: false
   # If set to true, it will only check the commit in case there is a single 
commit.

Reply via email to