Skip to content

Commit

Permalink
Bug/Update PR Label
Browse files Browse the repository at this point in the history
- Fixed missing param with orgname for the update_pull_request function

Signed-off-by: Harold Wanyama <[email protected]>
  • Loading branch information
nickmango committed May 9, 2024
1 parent b8fb6ee commit 8ab6e47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cla-backend/cla/models/github_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 8ab6e47

Please sign in to comment.