MergeMessage.

PullRequestNumber Property

Summary

Gets the pull-request number extracted from the merge message, or null if this is not a pull-request merge.
Namespace
GitVersion
Containing Type
MergeMessage

Syntax

public int? PullRequestNumber { get; }

Value

Type Description
int?
GitHub