add factory source checker for all of Backports
This commit is contained in:
parent
b96a46a22b
commit
0c18a67112
@ -143,7 +143,7 @@ class MaintenanceChecker(ReviewBot.ReviewBot):
|
||||
if not skip_maintainer_review:
|
||||
self._check_maintainer_review_needed(req, pkgname, author)
|
||||
|
||||
if a.tgt_releaseproject == "openSUSE:Backports:SLE-12":
|
||||
if a.tgt_releaseproject.startswith("openSUSE:Backports:"):
|
||||
self.add_factory_source = True
|
||||
|
||||
return True
|
||||
|
Loading…
x
Reference in New Issue
Block a user