Add labels and tags for reporting - #2280
Conversation
Add the new labels and tags for reporting on highlights and spotlights.
|
@adegeo I haven't added the labels in this repo. As we review, we can adjust to match the labels you want. |
There was a problem hiding this comment.
🟡 Changes recommended
The newly added WorkItemTags entries reference GitHub label names that do not currently exist in the repository, so the mappings won’t take effect unless the labels are created or the config is aligned to existing label names.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
This PR updates the Quest import configuration to support reporting by mapping additional GitHub issue labels to Azure DevOps work item tags (for “Highlight” and “Spotlight” style classifications).
Changes:
- Added new
WorkItemTagsmappings for Highlight, AISDLC, and AIPlatform. - Introduced a month-templated tag value for Highlight (
Highlight-$FullMonthText$).
File summaries
| File | Description |
|---|---|
| quest-config.json | Adds new GitHub-label → Azure DevOps tag mappings intended to support highlight/spotlight reporting. |
Review details
Suppressed comments (2)
quest-config.json:21
- The
WorkItemTagsmapping matches GitHub labels by exact name, but thisLabelvalue doesn’t currently exist in the dotnet/docs-desktop label set, so the Quest import won’t apply theSP-AISDLCtag. Either create this label in the repo (with the exact same name) or update thisLabelstring to match an existing label.
"Label": ":mag_right: AISDLC :mag:",
"Tag": "SP-AISDLC"
quest-config.json:25
- The
WorkItemTagsmapping matches GitHub labels by exact name, but thisLabelvalue doesn’t currently exist in the dotnet/docs-desktop label set, so the Quest import won’t apply theSP-AIPlatformtag. Either create this label in the repo (with the exact same name) or update thisLabelstring to match an existing label.
"Label": ":mag_right: AIPlatform :mag:",
"Tag": "SP-AIPlatform"
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
| "Label": ":sparkler: Highlight :sparkler:", | ||
| "Tag": "Highlight-$FullMonthText$" |
Add the new labels and tags for reporting on highlights and spotlights.