Uh oh!
There was an error while loading. Please reload this page.
Update report.md: recommend safe-outputs filtering for mentions and backlinks - #18623
Conversation
…references Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
…tions and backlinks Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Updated in 8247637. The section now recommends the built-in safe-outputs filtering options ( |
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Pull request overview
This PR adds a new section to the report generation guidelines that recommends using built-in safe-outputs filtering options to prevent unwanted notifications and backlinks when reports reference issues, PRs, or users.
Changes:
- Adds "Avoiding Mentions and Backlinks" section with recommendations for using
mentions: false,allowed-github-references: [], andmax-bot-mentions: 0to suppress automatic GitHub behavior - Provides YAML configuration example showing these options integrated with typical report settings
- Explains that these options apply globally to all safe-output types
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Scheduled reports that reference issues, PRs, or users inadvertently generate notifications (
@mentions) and cross-reference backlinks (#123) on the referenced items — adding noise to those items every time the report runs.Changes
mentions: false— escapes all@mentionsin AI-generated output so no notifications are sentallowed-github-references: []— escapes all#123/owner/repo#123references so no backlinks are createdmax-bot-mentions: 0— neutralizes bot-trigger phrases such asfixes #123orcloses #456Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.