github / branch-deploy

Enabling Branch Deployments through IssueOps with GitHub Actions - If you find this project useful, give it a star! ⭐️
https://github.com/marketplace/actions/branch-deploy
MIT License
384 stars 45 forks source link

handle messages that are bigger than issue body limit #266

Closed nodeselector closed 4 months ago

nodeselector commented 4 months ago

Failing to create the issue comment in the post deploy step causes the deployment to fail, which is likely not the desired behavior. This PR proposes truncating the message if it is too long.

CleanShot 2024-06-10 at 16 15 58@2x