diff --git a/.commit-check.yml b/.commit-check.yml index 2fb08c0b24..2290d99228 100644 --- a/.commit-check.yml +++ b/.commit-check.yml @@ -1,7 +1,7 @@ # More config examples could be found here - https://github.com/commit-check/commit-check/blob/main/.commit-check.yml checks: - check: message - regex: '^([^\n]+)\n\n(?!(Signed-off-by:))([\s\S]+)$' + regex: '^Automator(.|\n)*$|^([^\n]+)\n\n(?!(Signed-off-by:))([\s\S]+)$' error: "The commit message should be structured as follows:\n \n\n "