{
	"commit-msg": {
		"enabled": true,
		"actions": [
			{
				"action": "\\Ramsey\\CaptainHook\\ValidateConventionalCommit",
				"options": {
					"config": {
						"requiredFooters": [
							"Refs"
						]
					}
				},
				"conditions": [
					{
						"exec": "\\ITZBund\\CaptainHookHooks\\HookConditions\\NotMergeOrRevert"
					}
				]
			}
		]
	},
	"pre-push": {
		"enabled": false,
		"actions": []
	},
	"pre-commit": {
		"enabled": true,
		"actions": []
	},
	"prepare-commit-msg": {
		"enabled": false,
		"actions": []
	},
	"post-commit": {
		"enabled": false,
		"actions": []
	},
	"post-merge": {
		"enabled": false,
		"actions": []
	},
	"post-checkout": {
		"enabled": false,
		"actions": []
	},
	"post-rewrite": {
		"enabled": false,
		"actions": []
	},
	"post-change": {
		"enabled": false,
		"actions": []
	}
}