Skip to content

Commit 3816934

Browse files
authored
OAK-11269: commit message check - allow format commonly used in this project (#1938)
1 parent 26e6eeb commit 3816934

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.commit-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# further information in https://github.com/commit-check/commit-check/blob/main/README.rst
1818
checks:
1919
- check: message
20-
regex: '^OAK-\d+\s\S+.*'
21-
error: "The commit message must start with 'OAK-<ID> ' followed by some descriptive text"
20+
regex: '^OAK-\d+:?\s\S+.*'
21+
error: "The commit message must start with 'OAK-<ID>[:] ' followed by some descriptive text"
2222
suggest: Please check your commit message whether it matches above regex
2323

2424
- check: author_name

0 commit comments

Comments
 (0)