Skip to content

Commit e55fd3c

Browse files
authored
fix: update .commit-check.yml
1 parent 9566942 commit e55fd3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.commit-check.yml

+1-1
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: origin/main # it can be master, develop, devel etc based on your project.
28+
regex: 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)