When we use getPull() function after a github event, it seems there
might be race where the PR may not exist just yet. So, rather then
raising an exception, log a warning and allow the loop to try again.
Change-Id: I66aaa74e0fdeade253df1e44a659f513accdfe37
Signed-off-by: Paul Belanger <pabelanger@redhat.com>