Describe the problem
Currently, every commit pushed to the release branch causes the release PR opened by the GitHub Action to be updated (even when its body remains unchanged) which triggers a (sometimes unnecessary) notification to the repository maintainer.
What's the expected result?
Do not trigger a notification or update the release PR when the new commit does not change the PR body.
Describe the problem
Currently, every commit pushed to the release branch causes the release PR opened by the GitHub Action to be updated (even when its body remains unchanged) which triggers a (sometimes unnecessary) notification to the repository maintainer.
What's the expected result?
Do not trigger a notification or update the release PR when the new commit does not change the PR body.