From aac0d436219870a676fa7a91d4176d219051a5ca Mon Sep 17 00:00:00 2001 From: exoego Date: Tue, 6 Aug 2024 18:27:29 +0900 Subject: [PATCH] doc: show_no_change should be false by default so users can look all changes at a glance --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61833ff..7824293 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ Please check the above setup example to use this action with `pull_request_targe | `include_extensions` | `.js,.cjs,.mjs` | A comma-separated list of file extension to be included in the analysis table. | | `percent_extra_attention` | `20` | If an out file size has increased more than this percent, display a "‼️" to draw extra attention to the change. | | `show_details` | `true` | If `true`, a collapsed "details" section is rendered. It explains the details of the numbers provided and icons. | -| `show_no_change` | `false` | If `true`, all bundles are shown in the analysis regardless of size change. If `false`, only bundles with size changes are shown. | +| `show_no_change` | `true` | If `true`, all bundles are shown in the analysis regardless of size change. If `false`, only bundles with size changes are shown. | | `top_n_largest_paths` | `20` | The number of largest paths (e.g.) `node_modules/foo`) to be collected. If 0 or lower, skipped. | ## Action outputs