pull-requests: fixed creation of pr after new serialized commits data.
This commit is contained in:
parent
2b3b3aa5a7
commit
b5f86e3b64
2 changed files with 6 additions and 2 deletions
|
|
@ -167,6 +167,8 @@ def get_diff_info(
|
|||
author=commit.author,
|
||||
date=commit.date,
|
||||
message=commit.message,
|
||||
commit_id=commit.raw_id,
|
||||
raw_id=commit.raw_id
|
||||
)
|
||||
commits.append(serialized_commit)
|
||||
user = User.get_from_cs_author(serialized_commit['author'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue