[PR #1205] [MERGED] Display bundle size changes in comments on opened PRs #3590

Closed
opened 2026-02-28 20:43:53 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1205
Author: @j-f1
Created: 6/26/2023
Status: Merged
Merged: 6/27/2023
Merged by: @j-f1

Base: masterHead: jed/stats


📝 Commits (10+)

  • eeebfb5 Generate stats.json for desktop-client and loot-core
  • add0af3 Add release notes
  • 9388c98 Move electron out to a separate workflow so that build artifacts are available faster
  • fe4ddd5 Add size comparison workflow (#1206)
  • d0628f8 Update release note
  • 45bd773 Update workflow to target the master branch
  • 2b037e4 Update naming to work for stacked PRs
  • 5696abf Update action version
  • ebe4639 Move action into build.yml
  • c0d6f4d Only run size-compare on PRs

📊 Changes

14 files changed (+219 additions, -30 deletions)

View changed files

📝 .github/workflows/build.yml (+57 -22)
📝 .github/workflows/check.yml (+0 -1)
📝 .github/workflows/codeql.yml (+0 -1)
.github/workflows/electron.yml (+38 -0)
📝 .github/workflows/release-notes.yml (+0 -1)
📝 packages/desktop-client/.gitignore (+1 -0)
📝 packages/desktop-client/bin/build-browser (+5 -0)
📝 packages/desktop-client/config-overrides.js (+9 -1)
📝 packages/desktop-client/package.json (+3 -1)
📝 packages/loot-core/package.json (+2 -0)
📝 packages/loot-core/webpack/webpack.browser.config.js (+5 -0)
📝 packages/loot-core/webpack/webpack.desktop.config.js (+5 -0)
upcoming-release-notes/1205.md (+6 -0)
📝 yarn.lock (+88 -3)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/1205 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 6/26/2023 **Status:** ✅ Merged **Merged:** 6/27/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `jed/stats` --- ### 📝 Commits (10+) - [`eeebfb5`](https://github.com/actualbudget/actual/commit/eeebfb587499935a55676a4eaf57dff735a2d3e0) Generate stats.json for desktop-client and loot-core - [`add0af3`](https://github.com/actualbudget/actual/commit/add0af3e6b199af165e3a8d0c13cbf87dd9a644c) Add release notes - [`9388c98`](https://github.com/actualbudget/actual/commit/9388c98fc2ce0a6ba6242b3b5c583438e0702521) Move electron out to a separate workflow so that build artifacts are available faster - [`fe4ddd5`](https://github.com/actualbudget/actual/commit/fe4ddd5b61d0256b04d4da219ec7426f32ba82d4) Add size comparison workflow (#1206) - [`d0628f8`](https://github.com/actualbudget/actual/commit/d0628f83c1243271488d2e22908718e9c86fa416) Update release note - [`45bd773`](https://github.com/actualbudget/actual/commit/45bd77310ef5535b57167851bcffc994e91f28b1) Update workflow to target the master branch - [`2b037e4`](https://github.com/actualbudget/actual/commit/2b037e47c5975a55fa1f09ecd564d00203de432c) Update naming to work for stacked PRs - [`5696abf`](https://github.com/actualbudget/actual/commit/5696abf64d1cb24234e83806f805fccacc812d5a) Update action version - [`ebe4639`](https://github.com/actualbudget/actual/commit/ebe4639d15852779eec2866c19f6a4d88c0f10d0) Move action into build.yml - [`c0d6f4d`](https://github.com/actualbudget/actual/commit/c0d6f4da5ae9999e88923c0c19f2326c5ad58fbf) Only run size-compare on PRs ### 📊 Changes **14 files changed** (+219 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+57 -22) 📝 `.github/workflows/check.yml` (+0 -1) 📝 `.github/workflows/codeql.yml` (+0 -1) ➕ `.github/workflows/electron.yml` (+38 -0) 📝 `.github/workflows/release-notes.yml` (+0 -1) 📝 `packages/desktop-client/.gitignore` (+1 -0) 📝 `packages/desktop-client/bin/build-browser` (+5 -0) 📝 `packages/desktop-client/config-overrides.js` (+9 -1) 📝 `packages/desktop-client/package.json` (+3 -1) 📝 `packages/loot-core/package.json` (+2 -0) 📝 `packages/loot-core/webpack/webpack.browser.config.js` (+5 -0) 📝 `packages/loot-core/webpack/webpack.desktop.config.js` (+5 -0) ➕ `upcoming-release-notes/1205.md` (+6 -0) 📝 `yarn.lock` (+88 -3) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 20:43:54 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#3590