ci: better "Merge my PR"#39116
Merged
Merged
Conversation
Contributor
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
b36e439 to
5bd0be8
Compare
Contributor
Builds ready [5bd0be8]
UI Startup Metrics (1293 ± 111 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Contributor
Author
|
Going with a different solution to this issue |
5bd0be8 to
e54ef1f
Compare
Contributor
Builds ready [c011055]
⚡ Performance Benchmarks (1385 ± 107 ms)
🌐 Dapp Page Load BenchmarksCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs
|
c011055 to
4468994
Compare
XxdpavelxX
approved these changes
Feb 24, 2026
Contributor
Builds ready [4468994]
⚡ Performance Benchmarks (1388 ± 110 ms)
🌐 Dapp Page Load BenchmarksCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs
|
4468994 to
cc287b7
Compare
|
Contributor
Builds ready [cc287b7]
⚡ Performance Benchmarks (1391 ± 117 ms)
🌐 Dapp Page Load BenchmarksCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs
|
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.



Description
merge-stable-sync-pr.ymlandmerge-version-bump-pr.ymlinto a single workflowmerge-version-bump-prnow uses the new inputsmerge-method: 'squash'andverify-version-bump: trueTested on the consensys-test/metamask-extension-test-workflow2 repo:
Changelog
CHANGELOG entry: null
Note
Medium Risk
Changes CI automation that can auto-merge PRs; incorrect branch matching or action inputs could merge the wrong PRs or change merge semantics.
Overview
Consolidates the two comment-triggered auto-merge workflows into a single
merge-my-pr.ymlthat looks up the PR head branch via the GitHub API and then conditionally merges based on whether it matchesversion-bump/X.Y.Zorstable-main-X.Y.Z.Updates merge behavior: version-bump PRs now squash merge and enable
verify-version-bump: true, while stable-main PRs use a regular merge method. The oldmerge-stable-sync-pr.ymlandmerge-version-bump-pr.ymlworkflows are removed.Written by Cursor Bugbot for commit cc287b7. This will update automatically on new commits. Configure here.