Esempio n. 1
0
 public async Task AddLabelsToIssue(long repositoryId, int issueNumber, string labels, GitHubClient authorizedGitHubClient)
 {
     await _issueRepository.AddLabelsToIssue(repositoryId, issueNumber, StringToStringArrayConverter.Convert(labels), authorizedGitHubClient);
 }