Skip to content

Make help comments not mention the team#5370

Merged
premun merged 1 commit into
mainfrom
premun-patch-2
Oct 14, 2025
Merged

Make help comments not mention the team#5370
premun merged 1 commit into
mainfrom
premun-patch-2

Conversation

@premun

@premun premun commented Oct 14, 2025

Copy link
Copy Markdown
Member

Uses HTML <b>@</b> tags instead of markdown to prevent GitHub from treating it as a mention.
It looks like even comments such as dotnet/dotnet#2849 (comment) cause the team to be mentioned now.

Copilot AI review requested due to automatic review settings October 14, 2025 07:06

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a GitHub issue where help comments in pull requests were unintentionally mentioning the @dotnet/product-construction team due to the @ symbol in comment text. The change escapes the @ symbol using HTML entities to prevent unwanted team mentions.

  • Escapes the @ symbol in help comments to avoid unintentional team mentions
  • Uses HTML <b>@</b> tags instead of markdown to prevent GitHub from treating it as a mention

@premun premun enabled auto-merge (squash) October 14, 2025 07:26
@premun premun merged commit a7b3821 into main Oct 14, 2025
7 of 9 checks passed
@premun premun deleted the premun-patch-2 branch October 14, 2025 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants