Add policy to auto-mention team when @meaghanlewis is referenced in issues#51734
Add policy to auto-mention team when @meaghanlewis is referenced in issues#51734
Conversation
…n issues Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Adds a new GitOps.IssueManagement policy that automatically notifies a set of team members when an issue is opened containing @meaghanlewis, helping ensure relevant folks are looped in quickly.
Changes:
- Added an issue-opened event responder task that matches
@meaghanlewisin the issue body. - Posts an automated reply CC’ing the specified team members.
BillWagner
left a comment
There was a problem hiding this comment.
This LGTM @gewarren
I had one question where I was curious about the choice.
| then: | ||
| - addReply: | ||
| reply: >- | ||
| CC @gewarren @cmastr @BillWagner @adegeo |
There was a problem hiding this comment.
Could this mention @dotnet/docs? Or must it be individual IDs? Or, was it intentional to mention by id?
There was a problem hiding this comment.
It could mention @dotnet/docs. Let me know which you prefer.
There was a problem hiding this comment.
I don't have a preference, I was just curious. Individual IDs might be better so it doesn't get filtered in inboxes as a team mention.
Adds automated GitHub policy that mentions @gewarren, @cmastr, @BillWagner, and @adegeo when an issue is created containing
@meaghanlewis.Changes
.github/policies/mention-meaghanlewis.yml@meaghanlewisin issue bodyGitOps.IssueManagementframework consistent with existing policies💡 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.
Internal previews