Can I somehow enable auto-update of the pull-request description on BitBucket Cloud for commits pushed after pull-request creation, like on Github?
Scenario:
I finish some work and make my last commit.
I create a pull request using BitBucket Cloud (bitbucket.org). The default auto-generated PR description includes the git commit messages that comprise the pull request.
After PR creation, I later realize I need to push another commit.
The code for this commit gets added to the pull-request as expected.
The commit messages don't get added to the pull-request description so the reviewer has no context or visibility of the added code. They may have even already partially reviewed and may miss these new changes.
Is there a way to auto-add commit messages to the pull-request description like it does with GitHub?