Description
The current behavior of the PR listener is not good. It is only listening to new PR on a repository where it should listen to new COMMITS on each PR of a repo.
Refactor fn listen_to_pull_requests() of the struct Listener inside monitor/src/event_listener.rs.