sprint(12): merge Sprint 12 — xUnit v3 (AppHost.Tests) - #203
Merged
Conversation
- add a dedicated workflow to enable auto-merge for Dependabot PRs targeting dev - refresh open Dependabot PR branches after dev advances and re-assert auto-merge - pin the auto-merge method explicitly to SQUASH Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
🏗️ PR Added to Squad Triage QueueThis PR has been labeled with Next steps:
|
There was a problem hiding this comment.
Pull request overview
Adds a dedicated GitHub Actions workflow to automate keeping Dependabot PRs targeting dev up to date and to enable GitHub’s auto-merge (explicitly using SQUASH) once PRs are ready.
Changes:
- Introduces
Dependabot Auto-Mergeworkflow triggered bypull_request_targetevents ondev, pluspushtodevand manual dispatch. - Enables auto-merge for Dependabot PRs targeting
dev(non-draft), with merge method pinned toSQUASH. - On
devupdates, refreshes open Dependabot PR branches viaupdateBranchand re-asserts auto-merge.
|
|
||
| steps: | ||
| - name: Enable auto-merge | ||
| uses: actions/github-script@v8 |
|
|
||
| steps: | ||
| - name: Update open Dependabot PRs | ||
| uses: actions/github-script@v8 |
Comment on lines
+17
to
+20
| permissions: | ||
| contents: write | ||
| pull-requests: write | ||
|
|
Contributor
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #203 +/- ##
=======================================
Coverage 78.64% 78.64%
=======================================
Files 43 43
Lines 721 721
Branches 112 112
=======================================
Hits 567 567
Misses 108 108
Partials 46 46 🚀 New features to boost your workflow:
|
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
Sprint 12 is complete and ready to merge into
dev.Included Work
squad/201-dependabot-auto-merge-labels.github/workflows/dependabot-auto-merge.ymldevdevadvances and re-assert auto-mergeSQUASHSprint Status
Validation
Build Solution, test suites, coverage, andAppHost.Tests (Aspire + Playwright E2E)Checklist
devby the merged Sprint 12 changeRelated to #201