status: fallback to request_age() even if no comment.
This was the intention for factory-auto.
This commit is contained in:
parent
a13cfbdfe9
commit
fca7e0d38d
@ -61,9 +61,6 @@ def check(apiurl, entity, entity_type='group', comment=False, bot=None,
|
|||||||
# Could check to see that a review has been performed in the last week.
|
# Could check to see that a review has been performed in the last week.
|
||||||
return True
|
return True
|
||||||
|
|
||||||
if not comment:
|
|
||||||
return False
|
|
||||||
|
|
||||||
all_comment = True
|
all_comment = True
|
||||||
for request in requests:
|
for request in requests:
|
||||||
kwargs = {}
|
kwargs = {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user