We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e6eeb commit 3816934Copy full SHA for 3816934
.commit-check.yml
@@ -17,8 +17,8 @@
17
# further information in https://github.com/commit-check/commit-check/blob/main/README.rst
18
checks:
19
- check: message
20
- regex: '^OAK-\d+\s\S+.*'
21
- error: "The commit message must start with 'OAK-<ID> ' followed by some descriptive text"
+ regex: '^OAK-\d+:?\s\S+.*'
+ error: "The commit message must start with 'OAK-<ID>[:] ' followed by some descriptive text"
22
suggest: Please check your commit message whether it matches above regex
23
24
- check: author_name
0 commit comments