-
Notifications
You must be signed in to change notification settings - Fork 597
Open
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
I'm using the github-add-comment to add comments to my PR and got hit with this error:
I'm getting this error:
STEP-POST-COMMENT
2026-03-18T16:01:24.110890856Z Sending this data to GitHub with POST:
2026-03-18T16:01:24.110890856Z {'body': '### 📦 Published npm packages\nUse the following commands to install them:\n\n- npm install xxx@0.0.1<#comment #comment=" published-npm-packages "></#comment>'}
2026-03-18T16:01:24.110890856Z a GitHub comment has been added to https://github.com/xxx/xxx/pull/123
2026-03-18T16:01:24.124258024Z 2026/03/18 16:01:24 Error while writing message: Termination message is above max allowed size 4096, caused by large task result.
This task writes two task results:
- name: OLD_COMMENT - name: NEW_COMMENT
I downgraded to 0.3 as a workaround as that version does not write any task results.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.