Allow the auto_deploy status command to accept multiple SHAs
Allow multiple SHAs to be passed to the auto_deploy status command.
This should allow us to modify the message that the bot adds to an MR after cherry-picking its commit into an auto deploy branch. The auto_deploy status command that the comment contains could now be modified to check the status of the cherry-picked commit as well as the merge commit.
Accepting multiple SHAs will also be useful to anyone who uses the command frequently. Instead of executing one command per SHA, we can execute one command for all SHAs we want to check.
Edited by Reuben Pereira