Skip to content

Add labels and tags for reporting - #2280

Open
BillWagner wants to merge 1 commit into
dotnet:mainfrom
BillWagner:sequester-reporting
Open

Add labels and tags for reporting#2280
BillWagner wants to merge 1 commit into
dotnet:mainfrom
BillWagner:sequester-reporting

Conversation

@BillWagner

Copy link
Copy Markdown
Member

Add the new labels and tags for reporting on highlights and spotlights.

Add the new labels and tags for reporting on highlights and spotlights.
Copilot AI lite review requested due to automatic review settings September 4, 2026 20:37
@BillWagner

Copy link
Copy Markdown
Member Author

@adegeo I haven't added the labels in this repo. As we review, we can adjust to match the labels you want.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 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 WorkItemTags mappings 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 WorkItemTags mapping matches GitHub labels by exact name, but this Label value doesn’t currently exist in the dotnet/docs-desktop label set, so the Quest import won’t apply the SP-AISDLC tag. Either create this label in the repo (with the exact same name) or update this Label string to match an existing label.
            "Label": ":mag_right: AISDLC :mag:",
            "Tag": "SP-AISDLC"

quest-config.json:25

  • The WorkItemTags mapping matches GitHub labels by exact name, but this Label value doesn’t currently exist in the dotnet/docs-desktop label set, so the Quest import won’t apply the SP-AIPlatform tag. Either create this label in the repo (with the exact same name) or update this Label string 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.

Comment thread quest-config.json
Comment on lines +16 to +17
"Label": ":sparkler: Highlight :sparkler:",
"Tag": "Highlight-$FullMonthText$"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants