Skip to content

Commit

Permalink
Bump number of parsed GH releases (close #379)
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Mar 12, 2024
1 parent e1fbe84 commit 7919b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CB/GitHub.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(self, url, clienttype, apikey):
if release['assets'] and len(release['assets']) > 0 \
and not release['draft'] and not release['prerelease']:
self.payloads.append(release)
if len(self.payloads) > 4:
if len(self.payloads) > 14:
break
if len(self.payloads) == 0:
raise RuntimeError(f'{url}\nThis integration supports only the projects that provide packaged'
Expand Down

0 comments on commit 7919b19

Please sign in to comment.