Skip to content

Enable CI for dev/* branches - #85144

Merged
JoeRobich merged 1 commit into
mainfrom
dev/jorobich/enable-devbranch-CI
Sep 3, 2026
Merged

Enable CI for dev/* branches#85144
JoeRobich merged 1 commit into
mainfrom
dev/jorobich/enable-devbranch-CI

Conversation

@JoeRobich

@JoeRobich JoeRobich commented Sep 3, 2026

Copy link
Copy Markdown
Member

The benefits PR stacks as each stacked PR should be against a dev/ branch.

Microsoft Reviewers: Open in CodeFlow

The benefits PR stacks as each stacked PR should be against a dev/ branch.
Copilot AI lite review requested due to automatic review settings September 3, 2026 13:37
@JoeRobich
JoeRobich requested a review from a team as a code owner September 3, 2026 13:37
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 2 pipeline(s).
There may be pipelines that require an authorized user to comment /azp run to run.

@JoeRobich
JoeRobich enabled auto-merge (squash) September 3, 2026 13:41

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.

Copilot review overview

🟡 Changes recommended

The PR enables push triggers for dev/* but does not enable PR validation for PRs targeting dev/*, which undermines the stated stacked-PR scenario.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Review tier: Lite
Findings: 2 Medium severity

New issues introduced by this change (2)
Severity Finding
Medium severity azure-pipelines-integration.ymldev/* was added to the CI (push) trigger, but PR validation still won’t run for stacked PRs whose…
Medium severity azure-pipelines.ymldev/* was added to the CI (push) trigger, but PR validation still won’t run for stacked PRs whose…
What changed in this PR

This PR updates the Azure Pipelines branch filters to treat dev/* branches like other active development branches, so CI runs can be produced from those branches.

Changes:

  • Added dev/* to the trigger.branches.include list in azure-pipelines.yml.
  • Added dev/* to the trigger.branches.include list in azure-pipelines-integration.yml.
File Description
azure-pipelines.yml Adds dev/* to the push-triggered CI branch allowlist.
azure-pipelines-integration.yml Adds dev/* to the push-triggered integration CI branch allowlist.

Comment on lines 9 to +11
- features/*
- demos/*
- dev/*
Comment thread azure-pipelines.yml
Comment on lines +9 to 11
- dev/*

# Branches that trigger builds on PR
@JoeRobich
JoeRobich merged commit d0de7ad into main Sep 3, 2026
33 of 36 checks passed
@dotnet-policy-service dotnet-policy-service Bot added this to the Next milestone Sep 3, 2026
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.

3 participants