Skip to content

Commit

Permalink
Update the AI Label Service URL (#9489)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimSuplizio authored Dec 6, 2024
1 parent e495310 commit 568673d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,7 @@ public virtual async Task<List<string>> QueryAILabelService(IssueEventGitHubPayl
Console.WriteLine("LABEL_SERVICE_API_KEY is null or empty.");
return new List<string>();
}
string requestUrl = $"https://issuelabeler.azurewebsites.net/api/AzureSdkIssueLabelerService?code={AIServiceKey}";
string requestUrl = $"https://gh-issue-labeler-function.azurewebsites.net/api/AzureSdkIssueLabelerService?code={AIServiceKey}";

var payload = new
{
Expand Down

0 comments on commit 568673d

Please sign in to comment.