[PR #6152] [MERGED] Fix bundle stats comment markdown formatting #60009

Closed
opened 2026-05-07 01:50:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6152
Author: @MatissJanis
Created: 11/15/2025
Status: Merged
Merged: 11/15/2025
Merged by: @MatissJanis

Base: masterHead: matiss/fix-bundle-stats-markdown


📝 Commits (1)

  • 5e24ded Fix bundle stats comment markdown formatting

📊 Changes

2 files changed (+8 additions, -2 deletions)

View changed files

📝 packages/ci-actions/bin/bundle-stats-comment.mjs (+2 -2)
upcoming-release-notes/6152.md (+6 -0)

📄 Description

Summary

Fixes broken markdown rendering in bundle stats comments by adding missing newlines after <summary> tags.

Changes

  • Added newline after <summary> tag in printChunkModulesTable function
  • Added newline after <summary> tag in renderSection function

These changes ensure proper markdown rendering in GitHub comments when the bundle stats are displayed.

Testing

The markdown formatting should now render correctly in GitHub PR comments when bundle stats are generated.


🔄 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/6152 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 11/15/2025 **Status:** ✅ Merged **Merged:** 11/15/2025 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/fix-bundle-stats-markdown` --- ### 📝 Commits (1) - [`5e24ded`](https://github.com/actualbudget/actual/commit/5e24deda9a9d398e875bef8283664a10d02aeacc) Fix bundle stats comment markdown formatting ### 📊 Changes **2 files changed** (+8 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/ci-actions/bin/bundle-stats-comment.mjs` (+2 -2) ➕ `upcoming-release-notes/6152.md` (+6 -0) </details> ### 📄 Description ## Summary Fixes broken markdown rendering in bundle stats comments by adding missing newlines after `<summary>` tags. ## Changes - Added newline after `<summary>` tag in `printChunkModulesTable` function - Added newline after `<summary>` tag in `renderSection` function These changes ensure proper markdown rendering in GitHub comments when the bundle stats are displayed. ## Testing The markdown formatting should now render correctly in GitHub PR comments when bundle stats are generated. --- <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-05-07 01:50:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#60009