-
Notifications
You must be signed in to change notification settings - Fork 46
Improve copilot code review instructions, Fixes AB#3462756 #2849
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
❌ Work item link check failed. Description does not contain AB#{ID}. Click here to Learn more. |
There was a problem hiding this comment.
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 updates the Copilot code review instructions by removing references to DataClassification as a standalone enum and replacing guidance on determining DataClassification with a requirement for cross-repo consistency when adding new AttributeName entries.
Key Changes:
- Removes
DataClassificationfrom the list of telemetry enums - Updates section 1.9 title and content to focus solely on telemetry enums without DataClassification
- Replaces DataClassification determination step with a cross-repo consistency requirement for the broker repository
Fixes AB#3462756