Skip to content

Commit 4ae3ef0

Browse files
committed
new bundle size
1 parent 1fa6e7c commit 4ae3ef0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,15 @@ jobs:
139139
with:
140140
issue-number: ${{ github.event.pull_request.number }}
141141
comment-author: 'github-actions[bot]'
142-
body-regex: "^### WASM bundle size$"
142+
body-regex: "^### WASM bundle summary"
143143
- name: Create or update comment
144144
uses: peter-evans/create-or-update-comment@v2
145145
with:
146146
comment-id: ${{ steps.fc.outputs.comment-id }}
147147
issue-number: ${{ github.event.pull_request.number }}
148148
body: |
149-
### WASM bundle size
149+
### WASM bundle summary 📦
150+
```
150151
${{ env.bundle-summary }}
152+
```
151153
edit-mode: replace

bundle-size

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6033977
1+
6030520

0 commit comments

Comments
 (0)