squashMergeCommitMessage property

String? squashMergeCommitMessage
getter/setter pair

The default value for a squash merge commit message:

  • PR_BODY - default to the pull request's body.
  • COMMIT_MESSAGES - default to the branch's commit messages.
  • BLANK - default to a blank commit message.

Implementation

String? squashMergeCommitMessage;