Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Add an additional blank line between pr title and description
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed May 25, 2017
1 parent 31afaf1 commit 2a7c0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion badwolf/webhook/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def handle_pull_request_approved(payload):
)
message = 'Auto merge pull request #{}: {}'.format(pr_id, pr['title'])
if description:
message += '\n{}'.format(pr['description'])
message += '\n\n{}'.format(pr['description'])
try:
status = build_status.get()
if status['state'] == 'SUCCESSFUL':
Expand Down

0 comments on commit 2a7c0d8

Please sign in to comment.