In a previous commit (1) a feature was added to the bug fixes per release script that prompted users if they want to sort revert commits. This commit removes this feature, instead preferring that revert commits are sorted in the overrides task (blender/blender#137983) This was done because: - The overrides task allows for greater control over how revert commits are classified, and it's synced between all users. - The prompt to sort the commits appearing each time the script is run is annoying for triagers who may run the script multiple times in one day as they sort through various commits. (1) blender/blender@9679d9a3eb Pull Request: https://projects.blender.org/blender/blender/pulls/138505