Skip to content

Commit

Permalink
support creating go apiview in pipeline (#3878)
Browse files Browse the repository at this point in the history
* support creating go apiview in pipeline

* format
  • Loading branch information
dw511214992 authored Aug 8, 2022
1 parent 860441d commit c1b641a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class PullRequestController : Controller
private readonly PullRequestManager _pullRequestManager;
private readonly ILogger _logger;

string[] VALID_EXTENSIONS = new string[] { ".whl", ".api.json", ".nupkg", "-sources.jar" };
string[] VALID_EXTENSIONS = new string[] { ".whl", ".api.json", ".nupkg", "-sources.jar", ".gosource" };

public PullRequestController(PullRequestManager pullRequestManager, ILogger<AutoReviewController> logger)
{
Expand Down

0 comments on commit c1b641a

Please sign in to comment.