Skip to content

chore: update github-tools to v1.1.3#38588

Merged
Qbandev merged 1 commit into
mainfrom
feat/update-github-tools-v1.1.3
Dec 5, 2025
Merged

chore: update github-tools to v1.1.3#38588
Qbandev merged 1 commit into
mainfrom
feat/update-github-tools-v1.1.3

Conversation

@Qbandev

@Qbandev Qbandev commented Dec 5, 2025

Copy link
Copy Markdown
Contributor

Description

Updates github-tools to v1.1.3 across release workflows.

Changes

  • Updated create-release-pr.yml to use github-tools@v1.1.3
  • Updated update-release-changelog.yml to use github-tools@v1.1.3

What's included in v1.1.3

  • Fixed: Prevent changelog PR creation when branches are in sync (#177)

See github-tools v1.1.3 release notes.

Open in GitHub Codespaces

Changelog

CHANGELOG entry: null

Related issues

Fixes: https://consensyssoftware.atlassian.net/browse/INFRA-3167

Manual testing steps

  1. This is a workflow configuration change - no manual testing required
  2. Changes will be validated during the next release cycle

Screenshots/Recordings

N/A - workflow configuration change only

Before

N/A

After

N/A

Pre-merge author checklist

Pre-merge reviewer checklist

  • I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed).
  • I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.

Updates github-tools to v1.1.3 which includes:
- Fix: Prevent changelog PR creation when branches are in sync (#177)
@github-actions

github-actions Bot commented Dec 5, 2025

Copy link
Copy Markdown
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.

@metamaskbot metamaskbot added the team-dev-ops DevOps team label Dec 5, 2025
@metamaskbot

Copy link
Copy Markdown
Collaborator
Builds ready [be6d6b2]
UI Startup Metrics (1242 ± 107 ms)
PlatformBuildTypePageMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P 75 (ms)P 95 (ms)
ChromeBrowserifyStandard HomeuiStartup12421011148110713271428
load103386312538710981173
domContentLoaded102786012448610931168
domInteractive2514100182182
firstPaint4958511643869641108
backgroundConnect21319326013219237
firstReactRender3020101113452
getState3417102143965
initialActions105113
loadScripts820661103482881961
setupStore1274061321
numNetworkReqs2718111211885
BrowserifyPower User HomeuiStartup20411744264418821452409
load1007872139211710111355
domContentLoaded99486613801179971348
domInteractive34171322431102
firstPaint5219514073829601096
backgroundConnect24820057388228527
firstReactRender5638115146188
getState20614269086216266
initialActions105113
loadScripts78866911761147931136
setupStore2175592345
numNetworkReqs1516828453205251
WebpackStandard HomeuiStartup797687103264833930
load62055785964660749
domContentLoaded61554984863657744
domInteractive2415142212083
firstPaint19798679111190566
backgroundConnect1063551223
firstReactRender26204462937
getState271367123547
initialActions104112
loadScripts61354783862655734
setupStore1053941116
numNetworkReqs26996201882
WebpackPower User HomeuiStartup16361278217122817822069
load682596112292688911
domContentLoaded671589111693674905
domInteractive35181462932123
firstPaint28195912187314685
backgroundConnect68865015220538
firstReactRender614396116886
getState17713228822185213
initialActions108112
loadScripts669587110791672896
setupStore191093112244
numNetworkReqs1596837563216290
FirefoxBrowserifyStandard HomeuiStartup13301088170513414051622
load108993614299611471283
domContentLoaded108993614299611471283
domInteractive64321993283120
firstPaint------
backgroundConnect46211342851113
firstReactRender24185672438
getState166209291232
initialActions102122
loadScripts106091813689111241258
setupStore1155771030
numNetworkReqs281881192478
BrowserifyPower User HomeuiStartup27302127470651428704093
load11881004154212912161487
domContentLoaded11881004154212912161486
domInteractive1193444187127357
firstPaint------
backgroundConnect173291490222179810
firstReactRender62372152560114
getState28033906199323756
initialActions3175727
loadScripts1139986151511411641397
setupStore212131228259294717
numNetworkReqs83591852883163
WebpackStandard HomeuiStartup15141278197813915711824
load1238108814639113001423
domContentLoaded1238108714639113001423
domInteractive67291803484130
firstPaint------
backgroundConnect50201693155113
firstReactRender3020149173067
getState147153161426
initialActions1010122
loadScripts1210106614098612771355
setupStore156114191362
numNetworkReqs281885192680
WebpackPower User HomeuiStartup29032239536562129344539
load14861191299334815052448
domContentLoaded14861191299334815052447
domInteractive1213352599112402
firstPaint------
backgroundConnect210301740284172921
firstReactRender67452172968124
getState26667971208354717
initialActions3140527
loadScripts14291171281228814392129
setupStore1208547143119533
numNetworkReqs83611732780156
📊 Page Load Benchmark Results

Current Commit: be6d6b2 | Date: 12/5/2025

📄 Localhost MetaMask Test Dapp

Samples: 100

Summary

  • pageLoadTime-> current mean value: 1.03s (±38ms) 🟡 | historical mean value: 1.04s ⬇️ (historical data)
  • domContentLoaded-> current mean value: 718ms (±36ms) 🟢 | historical mean value: 725ms ⬇️ (historical data)
  • firstContentfulPaint-> current mean value: 76ms (±11ms) 🟢 | historical mean value: 79ms ⬇️ (historical data)

📈 Detailed Results

Metric Mean Std Dev Min Max P95 P99
pageLoadTime 1.03s 38ms 1.01s 1.30s 1.07s 1.30s
domContentLoaded 718ms 36ms 698ms 976ms 758ms 976ms
firstPaint 76ms 11ms 60ms 164ms 92ms 164ms
firstContentfulPaint 76ms 11ms 60ms 164ms 92ms 164ms
largestContentfulPaint 0ms 0ms 0ms 0ms 0ms 0ms
Bundle size diffs [🚨 Warning! Bundle size has increased!]
  • background: 58 Bytes (0%)
  • ui: 0 Bytes (0%)
  • common: 20 Bytes (0%)

@Qbandev Qbandev enabled auto-merge December 5, 2025 12:25
@Qbandev Qbandev added this pull request to the merge queue Dec 5, 2025
Merged via the queue into main with commit 45489a4 Dec 5, 2025
180 of 183 checks passed
@Qbandev Qbandev deleted the feat/update-github-tools-v1.1.3 branch December 5, 2025 15:14
@github-actions github-actions Bot locked and limited conversation to collaborators Dec 5, 2025
@metamaskbot metamaskbot added the release-13.14.0 Issue or pull request that will be included in release 13.14.0 label Dec 5, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

release-13.14.0 Issue or pull request that will be included in release 13.14.0 size-XS team-dev-ops DevOps team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants