This repository was archived by the owner on Mar 10, 2023. It is now read-only.

Description
There are places where uppercase usernames cause issues (register-image in the ECR code, as one example)
It would be good to lowercase this as far up the chain as possible so we dont need to remember to do it downstream everywhere, as we might miss those or they might get removed by accident.
Expected Behaviour
github-event lowercases the event's owner
Current Behaviour
its done downstream in the various services.
Possible Solution
github-event lowercases the event's owner