diff --git a/captainhook.json b/captainhook.json index e7b8243d7..694a7f6fb 100644 --- a/captainhook.json +++ b/captainhook.json @@ -32,8 +32,14 @@ ] }, "prepare-commit-msg": { - "enabled": false, - "actions": [] + "enabled": true, + "actions": [ + { + "action": "\\CaptainHook\\App\\Hook\\Message\\Action\\Prepare", + "options": [], + "conditions": [] + } + ] }, "post-commit": { "enabled": false,