Skip to content

Commit e8d7adb

Browse files
Update githooks.py NO_JIRA
1 parent 51ad326 commit e8d7adb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

main/githooks.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -850,9 +850,9 @@ def check_commit_msg(message, files):
850850
# Not checking for JIRA or large file in commit message generated by github
851851
return 0
852852

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
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
856856

857857
if NO_JIRA_MARKER not in message:
858858
if jira_id_pattern.search(message) is None:

0 commit comments

Comments
 (0)