diff --git a/.cm/enforce_pr_title.cm b/.cm/enforce_pr_title.cm index 80a48eef6..943e6889c 100644 --- a/.cm/enforce_pr_title.cm +++ b/.cm/enforce_pr_title.cm @@ -14,9 +14,10 @@ automations: Type must be one of the following: * build - * ci + * ci + * chore * docs - * feature + * feat * fix Scope must be one of the following: @@ -27,4 +28,4 @@ automations: * forms * http titlePolicy: - titleRegex: r/\b(build|ci|chore|docs|feature|fix)\b\s*\((common|core|elements|forms|http)\)?:\s*\w+.*/ \ No newline at end of file + titleRegex: r/\b(build|ci|chore|docs|feat|fix)\b\s*\((common|core|elements|forms|http)\)?:\s*\w+.*/ \ No newline at end of file