IVcsService.

CloseMilestoneAsync(string, string, string) Method

Namespace
GitReleaseManager.Core
Containing Type
IVcsService

Syntax

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

Parameters

Name Type Description
owner string
repository string
milestoneTitle string

Return Value

Type Description
Task
GitHub