bump-sh / github-action

GitHub action to deploy your API documentation on Bump
https://bump.sh
MIT License
41 stars 9 forks source link

diff: make sure to differentiate No Change vs Content change only #498

Closed paulRbr closed 2 months ago

paulRbr commented 2 months ago

This commit makes sure to have a different behavior during a diff between a No Change at all result, vs a No Content Change result.

Before this commit we would only display a “No diff found” message in the GH action logs.

With this new commit, if there's a content change detected we now publish a comment containing a link to be able to preview the change.