VcsService.

CloseMilestoneAsync(string, string, string) Method

Namespace
GitReleaseManager.Core
Containing Type
VcsService

Syntax

public Task CloseMilestoneAsync(string owner, string repository, string milestoneTitle)

Parameters

Name Type Description
owner string
repository string
milestoneTitle string

Return Value

Type Description
Task
GitHub