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 3fa30fe commit d9d2fbeCopy full SHA for d9d2fbe
.github/workflows/browser.yml
@@ -44,5 +44,5 @@ jobs:
44
run: |
45
brotli packages/sdk/browser/dist/index.js
46
export PR_SIZE=$(stat -c %s packages/sdk/browser/dist/index.js.br)
47
- gh pr comment --edit-last $PR_NUMBER -b "@launchdarkly/js-client-sdk: $PR_SIZE"
+ gh pr comment --edit-last $PR_NUMBER -b "@launchdarkly/js-client-sdk: $PR_SIZE" || gh pr comment $PR_NUMBER -b "@launchdarkly/js-client-sdk: $PR_SIZE"
48
[ $PR_SIZE -le 25000 ] || exit 1
0 commit comments