Exemplo n.º 1
0
 private async Task PostCommentToSteerPeopleToGitHubDiscussionsAsync(Issue createdIssue)
 {
     var commentText = "This issue is automatically managed and suggest to use [GitHub Discussions](https://github.com/azure-deprecation/dashboard/discussions) to discuss this deprecation.";
     await _gitHubRepository.PostCommentAsync(createdIssue.Number, commentText);
 }