From d04bea1f919777d93719e82c20205e497eb3eb8f Mon Sep 17 00:00:00 2001 From: vsc46128 vscuser Date: Thu, 25 Jan 2024 13:56:59 +0100 Subject: [PATCH] clean-upp style --- tasks/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/build.py b/tasks/build.py index 5ee36d27..fdf45ac8 100644 --- a/tasks/build.py +++ b/tasks/build.py @@ -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