Pull request branch name preferences
You can combine separator, word-separator, branch-name-case, max-length, and template to produce branch names that
meet your system's requirements.
For example, Docker tag compatibility, Azure Container Registry naming, or Kubernetes branch length limits.
Known subtypes in package:
Known usages in package:
All versions:
When template is set alongside other options, formatting is applied as post-processing after template rendering in
this order: separator replacement, word-separator replacement, case transformation, then max-length truncation.
Pull request branch name preferences You can combine separator, word-separator, branch-name-case, max-length, and template to produce branch names that meet your system's requirements. For example, Docker tag compatibility, Azure Container Registry naming, or Kubernetes branch length limits.