We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd2b8c commit c50755dCopy full SHA for c50755d
src/github.py
@@ -33,7 +33,7 @@ def get_deletable_branches(self, last_commit_age_days: int, ignore_branches: lis
33
deletable_branches = []
34
branch: dict
35
branches: list = response.json()
36
- current_page = 0
+ current_page = 1
37
38
while len(branches) > 0:
39
for branch in branches:
0 commit comments