Show More
@@ -265,7 +265,7 b' class SlackIntegrationType(IntegrationTy' | |||||
265 | %for branch, branch_commits in branches_commits.items(): |
|
265 | %for branch, branch_commits in branches_commits.items(): | |
266 | ${len(branch_commits['commits'])} ${'commit' if len(branch_commits['commits']) == 1 else 'commits'} on branch: <${branch_commits['branch']['url']}|${branch_commits['branch']['name']}> |
|
266 | ${len(branch_commits['commits'])} ${'commit' if len(branch_commits['commits']) == 1 else 'commits'} on branch: <${branch_commits['branch']['url']}|${branch_commits['branch']['name']}> | |
267 | %for commit in branch_commits['commits']: |
|
267 | %for commit in branch_commits['commits']: | |
268 |
`<${commit['url']}|${commit['short_id']}>` - ${commit['message_html |
|
268 | `<${commit['url']}|${commit['short_id']}>` - ${commit['message_html']|html_to_slack_links} | |
269 | %endfor |
|
269 | %endfor | |
270 | %endfor |
|
270 | %endfor | |
271 | ''')) |
|
271 | ''')) |
General Comments 0
You need to be logged in to leave comments.
Login now