leaper: allow turning FORK into something else

This commit is contained in:
Ludwig Nussel 2017-12-22 11:39:28 +01:00
parent 7f93dbee22
commit 58bd9c70e1

View File

@ -242,8 +242,8 @@ class Leaper(ReviewBot.ReviewBot):
is_fine_if_factory = True
# fall through to check history and requests
elif origin == 'FORK':
is_fine_if_factory = True
if not src_project.startswith('SUSE:SLE-'):
is_fine_if_factory = True
not_in_factory_okish = True
self.needs_check_source = True
self.needs_release_manager = True