File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 4848
4949 - name : Find Size Comment
5050 if : github.event_name == 'pull_request' && matrix.version == '21'
51- uses : peter-evans/find-comment@v3
51+ uses : peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e
5252 id : fc
5353 with :
5454 issue-number : ${{ github.event.number }}
5757
5858 - name : Create comment
5959 if : steps.fc.outputs.comment-id == '' && github.event_name == 'pull_request' && matrix.version == '21'
60- uses : peter-evans/create-or-update-comment@v4
60+ uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
6161 with :
6262 issue-number : ${{ github.event.number }}
6363 body : |
6767
6868 - name : Update comment
6969 if : steps.fc.outputs.comment-id != '' && github.event_name == 'pull_request' && matrix.version == '21'
70- uses : peter-evans/create-or-update-comment@v4
70+ uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
7171 with :
7272 comment-id : ${{ steps.fc.outputs.comment-id }}
73+ edit-mode : replace
7374 body : |
7475 @launchdarkly/js-client-sdk size report
7576 This is the brotli compressed size of the ESM build.
You can’t perform that action at this time.
0 commit comments