Don't check patchinfo files

This commit is contained in:
Ludwig Nussel 2016-06-17 11:00:06 +02:00
parent b5bafc4299
commit c29e28d27c

View File

@ -146,6 +146,9 @@ class MaintenanceChecker(ReviewBot.ReviewBot):
def check_action_maintenance_incident(self, req, a): def check_action_maintenance_incident(self, req, a):
if a.src_package == 'patchinfo':
return None
self._check_maintainer_review_needed(req, a) self._check_maintainer_review_needed(req, a)
if a.tgt_releaseproject.startswith("openSUSE:Backports:"): if a.tgt_releaseproject.startswith("openSUSE:Backports:"):