[workflows] Add an arcade workflow to flow 'main' into 'net11.0'.#24753
[workflows] Add an arcade workflow to flow 'main' into 'net11.0'.#24753rolfbjarne merged 2 commits intomainfrom
Conversation
Automated >> Manual
There was a problem hiding this comment.
Pull request overview
Adds an Arcade-based inter-branch merge flow so that changes from main are regularly merged forward into net11.0 via automatically created PRs.
Changes:
- Added
github-merge-flow.jsoncto define amain → net11.0merge flow configuration. - Added a GitHub Actions workflow to run the Arcade inter-branch merge flow on
mainpushes and on a daily schedule.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
github-merge-flow.jsonc |
Defines the merge flow configuration used by Arcade (target branch, switches, reset paths). |
.github/workflows/inter-branch-merge-flow.yml |
New scheduled + push-triggered workflow invoking Arcade’s reusable inter-branch merge workflow. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ [CI Build #acc44c9] Build passed (Build packages) ✅Pipeline on Agent |
✅ [PR Build #acc44c9] Build passed (Detect API changes) ✅Pipeline on Agent |
✅ API diff for current PR / commitNET (empty diffs)✅ API diff vs stableNET (empty diffs)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
✅ [CI Build #acc44c9] Build passed (Build macOS tests) ✅Pipeline on Agent |
🚀 [CI Build #acc44c9] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 156 tests passed 🎉 Tests counts✅ cecil: All 1 tests passed. Html Report (VSDrops) Download macOS tests✅ Tests on macOS Monterey (12): All 5 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
Automated >> Manual