Enable auto-merge for Maestro dependency PRs - #11840
Open
Sakshi Sharma (sakshisharma150905) wants to merge 2 commits into
Open
Sakshi Sharma (sakshisharma150905) wants to merge 2 commits into
Sakshi Sharma (sakshisharma150905) wants to merge 2 commits into
Conversation
Automatically request Azure Pipelines validation and enable native squash auto-merge for WindowsAppSDK Maestro PRs targeting main. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 9740590c-0cf8-4796-a833-854d072a674b
Sakshi Sharma (sakshisharma150905)
requested a review
from a team
as a code owner
September 10, 2026 09:42
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
Author
|
/azp run |
|
Azure Pipelines: 1 pipeline(s) were filtered out due to trigger conditions. |
Pranav Gupta (pranav-gupta-msft)
previously approved these changes
Sep 10, 2026
Apply the scoped validation and auto-merge policy to main and release/* target branches. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 9740590c-0cf8-4796-a833-854d072a674b
Contributor
Author
|
/azp run |
|
Azure Pipelines: 1 pipeline(s) were filtered out due to trigger conditions. |
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
Automatically starts Azure Pipelines validation and enables native auto-merge for WindowsAppSDK dependency PRs created by Maestro.
Changes
Updates
.github/policies/resourceManagement.ymlwith a narrowly scoped rule that applies only when:dotnet-maestro[bot].main.For matching PRs, the policy:
/azp runto start Azure Pipelines validation.Expected behavior
Matching Maestro dependency PRs are marked for auto-merge when created or updated. GitHub keeps the PR open until all required approvals and status checks, including
WinUI-GitHub-PR (OneBranch), have passed.Other Maestro subscriptions and regular pull requests are unaffected.