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 d0229663f9 improve pr title check (#16213)
d0229663f9 is described below
commit d0229663f9d024c609d7ff44c6b349ed2128f1d1
Author: xiangzihao <[email protected]>
AuthorDate: Tue Jun 25 21:16:07 2024 +0800
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.