From d0229663f9d024c609d7ff44c6b349ed2128f1d1 Mon Sep 17 00:00:00 2001 From: xiangzihao <460888207@qq.com> Date: Tue, 25 Jun 2024 21:16:07 +0800 Subject: [PATCH] improve pr title check (#16213) --- .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 7111438865..7c5418e87d 100644 --- a/.github/boring-cyborg.yml +++ b/.github/boring-cyborg.yml @@ -36,7 +36,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: ^\[Feature-[0-9]+\].*$|^\[Fix-[0-9]+\].*$|^\[Doc-[0-9]+\].*$|^\[Improvement-[0-9]+\].*$|^\[Test-[0-9]+\].*$|^\[E2E-[0-9]+\].*$|^\[CI].*$|^\[Chore].*$ + titleRegexp: ^\[DSIP-[0-9]+\].*$|^\[Feature-[0-9]+\].*$|^\[Fix-[0-9]+\].*$|^\[Doc-[0-9]+\].*$|^\[Improvement-[0-9]+\].*$|^\[Test-[0-9]+\].*$|^\[E2E-[0-9]+\].*$|^\[CI].*$|^\[Chore].*$ # If set to true, it will always check the PR title (as opposed to the individual commits). alwaysUsePrTitle: true # If set to true, it will only check the commit in case there is a single commit.