squashMergeCommitTitle property

String? squashMergeCommitTitle
final

The default value for a squash merge commit title:

  • PR_TITLE - default to the pull request's title.
  • COMMIT_OR_PR_TITLE - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).

Implementation

final String? squashMergeCommitTitle;