Hi, all: I want to propose to change the github option in iceberg-rust to use pr title + pr description as default git commit title and message, and github already has support for this <https://github.blog/changelog/2022-08-23-new-options-for-controlling-the-default-commit-message-when-merging-a-pull-request/> .
Currently when we use squash commits to merge a pr, the default git commit title is pr title, while git commit message is the combined message of each commit. In most cases pr description contains more detailed information describing what's happening while the commit message in each commit is somehow cluttered with random messages. Looking forward to hearing from you!