lafiona opened a new pull request #12682: URL: https://github.com/apache/arrow/pull/12682
## Overview The goal of this pull request is to add functionality to dev/merge_arrow_pr.py, that checks individual commit messages for "Co-authored-by:" tags when creating the squashed commit message when merging a pull request. This will ensure that all authors are included in the final commit message when merging the pull request to make sure they are acknowledged for their contributions. ## Implementation 1. Use the `trailers` options of `git log` to check for ## Testing ## Notes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
