mergeCommitMessage property

String? mergeCommitMessage
getter/setter pair

The default value for a merge commit message.

  • PR_TITLE - default to the pull request's title.
  • PR_BODY - default to the pull request's body.
  • BLANK - default to a blank commit message.

Implementation

String? mergeCommitMessage;