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(),