Skip to content

Commit bd1cc84

Browse files
committed
Add issue number.
1 parent 853a992 commit bd1cc84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/browser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,15 @@ jobs:
5151
uses: peter-evans/find-comment@v3
5252
id: fc
5353
with:
54+
issue-numer: ${{ github.event.number }}
5455
comment-author: 'github-actions[bot]'
5556
body-includes: '@launchdarkly/js-client-sdk size report'
5657

5758
- name: Create comment
5859
if: steps.fc.outputs.comment-id == '' && github.event_name == 'pull_request' && matrix.version == '21'
5960
uses: peter-evans/create-or-update-comment@v4
6061
with:
62+
issue-numer: ${{ github.event.number }}
6163
body: |
6264
@launchdarkly/js-client-sdk size report
6365
Size: ${{ env.PACK_SIZE }} bytes

0 commit comments

Comments
 (0)