Skip to content

Add issue triage labels, sync workflow, and agentic issue assistant#153

Merged
jbrotsos merged 5 commits into
mainfrom
feature/issue-triage-and-labels
Mar 3, 2026
Merged

Add issue triage labels, sync workflow, and agentic issue assistant#153
jbrotsos merged 5 commits into
mainfrom
feature/issue-triage-and-labels

Conversation

@DimaBir

@DimaBir DimaBir commented Mar 2, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Adds a label taxonomy (.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
  • Adds a label sync workflow (.github/workflows/sync-labels.yml) that migrates legacy labels and syncs from the manifest on push to main
  • Adds a Copilot-powered issue triage assistant (.github/workflows/msdo-issue-assistant.md) that auto-triages new issues using the repo wiki as a knowledge base

Test plan

  • Trigger the sync-labels workflow via manual dispatch and verify labels are created on the repo
  • Open a test issue and verify the agentic assistant responds with appropriate triage
  • Verify legacy label migration works correctly (if any legacy labels exist)

Dima Birenbaum 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.
@DimaBir DimaBir requested a review from jbrotsos March 3, 2026 16:49
@jbrotsos jbrotsos self-assigned this Mar 3, 2026
@jbrotsos jbrotsos merged commit f0c45b5 into main Mar 3, 2026
3 checks passed
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