Build Monitor: Create AzDO work items instead of GitHub issues for dnceng pipelines#6582
Open
missymessa wants to merge 1 commit into
Open
Build Monitor: Create AzDO work items instead of GitHub issues for dnceng pipelines#6582missymessa wants to merge 1 commit into
missymessa wants to merge 1 commit into
Conversation
…ceng pipelines Add AzDoIssues configuration to BuildMonitorOptions that allows build failure notifications to create Azure DevOps work items instead of GitHub issues. - Add AzDoIssuesOptions class with Project, AreaPath, WorkItemType, Tags, and UpdateExisting properties - AzDO targets are checked first; if no AzDO match, falls back to GitHub issues - UpdateExisting mode queries for open work items with matching title prefix and adds comments instead of creating duplicates - Migrate dotnet-dnceng-first-responder target from GitHub (dotnet/dnceng) to AzDO (internal/.NET Engineering Services/First Responders) - Add 6 new tests covering AzDO work item creation, update-existing, fallback to GitHub, and branch filtering Resolves AB#8006 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
haruna99
approved these changes
May 22, 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
Updates the Build Monitor to create Azure DevOps work items instead of GitHub issues for dnceng first-responder pipelines.
Changes
Motivation
Resolves AB#8006 - Build Monitor issues for dnceng should open in AzDO instead of GitHub.
This aligns with the team's practice of tracking all operational work in AzDO rather than GitHub issues.