We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ad326 commit e8d7adbCopy full SHA for e8d7adb
1 file changed
main/githooks.py
@@ -850,9 +850,9 @@ def check_commit_msg(message, files):
850
# Not checking for JIRA or large file in commit message generated by github
851
return 0
852
853
- if re.match(r'^ccdc-opensource', repo):
854
- # Do not check for JIRA in opensource repo as we don't want to require external contributors to do this
855
- return 0
+ # if re.match(r'^ccdc-opensource', repo):
+ # # Do not check for JIRA in opensource repo as we don't want to require external contributors to do this
+ # return 0
856
857
if NO_JIRA_MARKER not in message:
858
if jira_id_pattern.search(message) is None:
0 commit comments