Class GitHubPullRequestSettings
Used within GitHubTasks.
Inherited Members
Namespace: Nuke.GitHub
Assembly: Nuke.GitHub.dll
Syntax
public class GitHubPullRequestSettings : GitHubSettings
Properties
| Improve this Doc View SourceBase
The name of the branch you want the changes pulled into
Declaration
public virtual string Base { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Body
The optional contents of the pull request
Declaration
public virtual string Body { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Head
The name of the branch where your changes are implemented
Declaration
public virtual string Head { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Title
The title of the pull request
Declaration
public virtual string Title { get; }
Property Value
| Type | Description |
|---|---|
| System.String |