From ae3aa5005c67c1a7cd9ae4111c1159c2ec4a3686 Mon Sep 17 00:00:00 2001 From: Surya Widi Date: Thu, 7 Dec 2017 11:04:43 +0700 Subject: [PATCH] .coafile: Add GitCommitBear --- .coafile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.coafile b/.coafile index 1c95ecb..3e22102 100644 --- a/.coafile +++ b/.coafile @@ -38,3 +38,12 @@ default_actions = *: ApplyPatchAction [yaml] files = *.yml, .eslintrc bears = YAMLLintBear + +[commit] +bears = GitCommitBear +shortlog_trailing_period = False +shortlog_regex = ([^:]*|[^:]+: [A-Z0-9*].*) +body_close_issue = True +body_close_issue_full_url = True +body_close_issue_on_last_line = True +body_enforce_issue_reference = False