What's Changed
This release contains a new minor change related to the size of comments that can be posted on PRs. If the comment body (from a deployment) is too large, it will be truncated and collapsed inside of an expandable details block in markdown. This prevents the Action from failing if a comment is over the fixed size limit for GitHub issue comments.
This release also contains internal node package updates for npm packages that this Action relies on.
- Bump the github-actions group with 2 updates by @dependabot in #259
- handle messages that are bigger than issue body limit by @nodeselector in #266
- Bump GrantBirki/json-yaml-validate from 2.7.1 to 3.0.0 in the github-actions group by @dependabot in #264
- update all internal node packages by @GrantBirki in #268
- Truncate improvements by @GrantBirki in #270
New Contributors
- @nodeselector made their first contribution in #266
Full Changelog: v9...v9.2.0