We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d7e72 commit b5f0514Copy full SHA for b5f0514
.commit-check.yml
@@ -10,7 +10,7 @@ checks:
10
suggest: git commit --amend --no-verify
11
12
- check: branch
13
- regex: ^(bugfix|feature|release|hotfix|task)\/.+|(master)|(main)|(HEAD)|(PR-.+)
+ regex: ^(bugfix|feature|release|hotfix|task|dependabot)\/.+|(master)|(main)|(HEAD)|(PR-.+)
14
error: "Branches must begin with these types: bugfix/ feature/ release/ hotfix/ task/"
15
suggest: git checkout -b type/branch_name
16
requirements.txt
@@ -1,3 +1,3 @@
1
# Install commit-check CLI
2
# For details please see: https://github.com/commit-check/commit-check
3
-commit-check==0.5.4
+commit-check==0.5.6
0 commit comments