Skip to content

Commit

Permalink
add json extension to prcontroller (#9026)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckairen authored Sep 20, 2024
1 parent 9ae8cb4 commit b1a2bc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class PullRequestController : Controller
private readonly TelemetryClient _telemetryClient;
private HashSet<string> _allowedListBotAccounts = new HashSet<string>();

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

public PullRequestController(ICodeFileManager codeFileManager, IPullRequestManager pullRequestManager,
IAPIRevisionsManager apiRevisionsManager, IReviewManager reviewManager,
Expand Down

0 comments on commit b1a2bc3

Please sign in to comment.