Show More
@@ -67,6 +67,7 b' def _commits_as_dict(event, commit_ids, ' | |||
|
67 | 67 | continue # maybe its in next repo |
|
68 | 68 | |
|
69 | 69 | cs_data = cs.__json__() |
|
70 | cs_data['refs'] = cs._get_refs() | |
|
70 | 71 | cs_data['mentions'] = extract_mentioned_users(cs_data['message']) |
|
71 | 72 | cs_data['reviewers'] = reviewers |
|
72 | 73 | cs_data['url'] = RepoModel().get_commit_url( |
General Comments 0
You need to be logged in to leave comments.
Login now