spark-website <https://github.com/apache/spark-website> has a merge script <https://github.com/apache/spark-website/blob/asf-site/merge_pr.py>. It hasn’t been updated in 7 years.
We still use the script, but we also often just merge PRs using GitHub’s merge button <https://github.com/apache/spark-website/pulls?q=is:pr+is:merged>. It seems we don’t really need a merge script for this repo. It would be better to have only one way to merge PRs. I suggest that: 1. We delete the script. 2. Update the repo settings to allow "squash and merge” only, where the squashed commit title and message are taken from the PR title and description. (Currently, "rebase and merge” is also allowed.) I can take care of this. Wanted to get feedback from you all before doing so. Nick
