We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853a992 commit bd1cc84Copy full SHA for bd1cc84
.github/workflows/browser.yml
@@ -51,13 +51,15 @@ jobs:
51
uses: peter-evans/find-comment@v3
52
id: fc
53
with:
54
+ issue-numer: ${{ github.event.number }}
55
comment-author: 'github-actions[bot]'
56
body-includes: '@launchdarkly/js-client-sdk size report'
57
58
- name: Create comment
59
if: steps.fc.outputs.comment-id == '' && github.event_name == 'pull_request' && matrix.version == '21'
60
uses: peter-evans/create-or-update-comment@v4
61
62
63
body: |
64
@launchdarkly/js-client-sdk size report
65
Size: ${{ env.PACK_SIZE }} bytes
0 commit comments