Add issue triage labels, sync workflow, and agentic issue assistant#153
Merged
Conversation
added 5 commits
March 2, 2026 22:47
Bring GitHub issue management in line with security-devops-action: - Label taxonomy with type, priority, status, area, and resolution groups - Automated label sync workflow with legacy label migration - Copilot-powered issue triage assistant using wiki knowledge base
Generated by gh aw compile from msdo-issue-assistant.md
- .github/aw/actions-lock.json: pins gh-aw action version - .gitattributes: marks lock files as linguist-generated with merge=ours
- Rename workflow from MSDO to Issue Triage Assistant - Remove wiki FAQ.md ref (azdevops repo only has Home.md) - Fix area labels: task, tools, container-mapping, pipeline - Remove sync-labels.yml (labels added directly via API) - Re-compile lock file
Replace legacy label names (bug, needs-info, needs-maintainer) with the new taxonomy (type:bug, status:waiting-on-author, status:team-review) in both the safe-outputs allowed list and the prompt instructions.
jbrotsos
approved these changes
Mar 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.github/labels.yml) with type, priority, status, area, resolution, community, and special label groups — adapted from security-devops-action with Azure DevOps-specific area labels.github/workflows/sync-labels.yml) that migrates legacy labels and syncs from the manifest on push to main.github/workflows/msdo-issue-assistant.md) that auto-triages new issues using the repo wiki as a knowledge baseTest plan