diff --git a/tools/github-event-processor/Azure.Sdk.Tools.GitHubEventProcessor/EventProcessing/IssueProcessing.cs b/tools/github-event-processor/Azure.Sdk.Tools.GitHubEventProcessor/EventProcessing/IssueProcessing.cs index 3d9d323554c..76997315183 100644 --- a/tools/github-event-processor/Azure.Sdk.Tools.GitHubEventProcessor/EventProcessing/IssueProcessing.cs +++ b/tools/github-event-processor/Azure.Sdk.Tools.GitHubEventProcessor/EventProcessing/IssueProcessing.cs @@ -213,8 +213,6 @@ public static async Task InitialIssueTriage(GitHubEventClient gitHubEventClient, { gitHubEventClient.AddLabel(TriageLabelConstants.NeedsTeamAttention); } - gitHubEventClient.AddLabel(TriageLabelConstants.NeedsTeamTriage); - } // If there are no labels predicted add NeedsTriage to the issue else