It seems that there may be a situation in which this bot uses the user/email from a previously replaced commit. This seems to be happening over on envoyproxy/envoy#1743
Here's how we got in this state:
- A commit was made and signed with
user a
- The commit was squashed and resigned with
user b
- The bot is still looking for
user a, even though the commit is now signed with user b.