Skip to content

Commit

Permalink
clean-upp style
Browse files Browse the repository at this point in the history
  • Loading branch information
vsc46128 vscuser committed Jan 25, 2024
1 parent bff7da7 commit d04bea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ def check_build_permission(pr, event_info):
def request_bot_build_issue_comments(repo_name, pr_number):
status_table = {'arch': [], 'date': [], 'status': [], 'url': [], 'result': []}
cfg = config.read_config()

# for loop because github has max 100 items per request.
# if the pr has more than 100 comments we need to use per_page
# argument at the moment the for loop is for a max of 400 comments could bump this up
Expand Down

0 comments on commit d04bea1

Please sign in to comment.