Skip to content

Commit d1c0d5b

Browse files
committed
test: update commit-check.yml to debug
1 parent 160974f commit d1c0d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.commit-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ checks:
2525
suggest: run command `git config user.email yourname@example.com`
2626

2727
- check: merge_base
28-
regex: main # it can be master, develop, devel etc based on your project.
28+
regex: origin/main # it can be master, develop, devel etc based on your project.
2929
error: Current branch is not rebased onto target branch
3030
suggest: please ensure your branch is rebased with the target branch

0 commit comments

Comments
 (0)