Migrate CI pipelines from ADO to GitHub Actions - #287
Merged
Raymond Zhao (rzhao271) merged 3 commits intoJul 28, 2026
Merged
Conversation
Copilot created this pull request from a session on behalf of
Raymond Zhao (rzhao271)
July 27, 2026 22:06
View session
Raymond Zhao (rzhao271)
left a comment
Contributor
There was a problem hiding this comment.
Copilot Add persist-credentials false to the checkout, use full semver versions for the tasks and confirm they are on the latest ones, and also confirm that permissions can be set to {}
…d permissions empty
Contributor
Author
Done in the latest commit. Here's what was updated:
|
Bump @vscode/test-electron to ^3.1.0 to fix macOS CI failure Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Raymond Zhao (rzhao271)
enabled auto-merge (squash)
July 27, 2026 22:56
Raymond Zhao (rzhao271)
approved these changes
Jul 27, 2026
Dmitriy Vasyura (dmitrivMS)
approved these changes
Jul 28, 2026
Rob Lourens (roblourens)
approved these changes
Jul 28, 2026
Raymond Zhao (rzhao271)
deleted the
copilot/migrate-ci-pipelines-to-github-actions
branch
July 28, 2026 04:06
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.
The CI pipelines were running on Azure DevOps. This migrates them to GitHub Actions, keeping publishing pipelines on ADO unchanged.
New workflow:
.github/workflows/ci.ymlReplicates the three-platform CI matrix from
azure-pipelines.yml:libxkbfile-dev,libgtk-3-0, etc.), startsXvfb :10, runs tests withDISPLAY=:10PATHEXT=.COM;.EXE;.BAT;.CMDesbuild:apiTests+test:apiWebTests(Playwright/Chromium) before the standard test runAll jobs:
npm install→compile→lint→test, Node.js pinned to22.22.1.Triggers match the original: push to any branch or
release/*/*tags; PRs targetingmainorrelease/**.Unchanged
Publishing pipelines (
build/azure-pipelines/pipeline.yml,wasm-wasi-core/build/,webshell/build/) remain on ADO.