From 8ab6e478a9ba91f8a732045dfee9e65a14311bc3 Mon Sep 17 00:00:00 2001 From: Harold Wanyama Date: Fri, 10 May 2024 00:23:22 +0300 Subject: [PATCH] Bug/Update PR Label - Fixed missing param with orgname for the update_pull_request function Signed-off-by: Harold Wanyama --- cla-backend/cla/models/github_models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cla-backend/cla/models/github_models.py b/cla-backend/cla/models/github_models.py index 064181191..bd77a3907 100644 --- a/cla-backend/cla/models/github_models.py +++ b/cla-backend/cla/models/github_models.py @@ -852,6 +852,7 @@ def update_change_request(self, installation_id, github_repository_id, change_re github_repository_id=github_repository_id, pull_request=pull_request, repository_name=repository_name, + organization_name=organization_name, signed=signed, missing=missing, project_version=project.get_version(),