Skip to content

Automatically add 'untriaged' label to new issues without milestones#6060

Merged
RussKie merged 1 commit intodotnet:mainfrom
jeffhandley:jeffhandley/untriaged-label
Mar 10, 2025
Merged

Automatically add 'untriaged' label to new issues without milestones#6060
RussKie merged 1 commit intodotnet:mainfrom
jeffhandley:jeffhandley/untriaged-label

Conversation

@jeffhandley
Copy link
Member

@jeffhandley jeffhandley commented Mar 10, 2025

@joperezr This would be helpful for us as we track MEAI issues coming in, but I wasn't sure if you'd want it applied to all issues.

If you would prefer not to enable this across the repo, I could change it so that it reacts to when an issue gets the area-ai or area-ai-templates label and only apply untriaged to those.

Microsoft Reviewers: Open in CodeFlow
@jeffhandley jeffhandley requested a review from joperezr March 10, 2025 05:47
@jeffhandley jeffhandley self-assigned this Mar 10, 2025
@jeffhandley jeffhandley requested a review from a team as a code owner March 10, 2025 05:47
@jeffhandley jeffhandley force-pushed the jeffhandley/untriaged-label branch from 4818eee to 49cdc26 Compare March 10, 2025 05:58
@RussKie RussKie merged commit a1aff0f into dotnet:main Mar 10, 2025
3 checks passed
RussKie added a commit that referenced this pull request Mar 10, 2025
* The .NET side code for the `ScenarioRunResult` was recently changed (#5998) to include `ChatResponse` (which can contain multiple `ChatMessage`s) in place of a single `ChatMessage`. Unfortunately, we missed updating the TypeScript reporting code to account for this. (#6061) This change fixes the problem by updating the deserialization code in TypeScript to match what .NET code serializes. * Automatically add 'untriaged' label to new issues without milestones (#6060) * Address M.E.VectorData feedback for IEmbeddingGenerator (#6058) * Move GetService down to a non-generic IEmbeddingGenerator interface * Separate UriContent from DataContent * Address feedback --------- Co-authored-by: Shyam N <shyamnamboodiripad@users.noreply.github.com> Co-authored-by: Jeff Handley <jeffhandley@users.noreply.github.com> Co-authored-by: Stephen Toub <stoub@microsoft.com>
@jeffhandley jeffhandley deleted the jeffhandley/untriaged-label branch March 12, 2025 07:09
@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

2 participants