Don't check patchinfo files
This commit is contained in:
parent
b5bafc4299
commit
c29e28d27c
@ -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:"):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user