Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 27, 2025

When a user attempts to claim an already-assigned issue, the notification now tags them directly and includes the standard attribution footer.

Changes

  • src/index.js: Prepend @${assigneeLogin} mention and append ${attribution} to the already-assigned comment
  • src/mock-test.js: Added test coverage for the new message format

Before/After

// Before
body: `⚠️ This issue is already assigned to @${currentAssignee}. Please pick another issue.`

// After  
body: `@${assigneeLogin} ⚠️ This issue is already assigned to @${currentAssignee}. Please pick another issue.${attribution}`
Original prompt

on this message message the user and also add the tagline - body: ⚠️ This issue is already assigned to @${currentAssignee}. Please pick another issue.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@coderabbitai
Copy link

coderabbitai bot commented Nov 27, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Copilot AI changed the title [WIP] Add warning message for assigned issues Add user mention and attribution to issue already-assigned message Nov 27, 2025
Copilot AI requested a review from DonnieBLT November 27, 2025 04:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

2 participants