Skip to content

Commit d16433d

Browse files
committed
fixed pull requests
1 parent b9d841d commit d16433d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pull_requests_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def get_info(obj, attr):
150150
merger_email=pull.merged_by.email if pull.merged_by else None,
151151
source_branch=pull.head_ref,
152152
target_branch=pull.base_ref,
153-
assignee_story=get_assignee_story(pull),
153+
assignee_story=get_assignee_story(pull, client, token, repository),
154154
related_issues=(
155155
get_related_issues(pull._id, repository.owner, repository.name, token)
156156
if pull.issue_url is not None

0 commit comments

Comments
 (0)