webhooks/github: Improve punctuation.

This commit is contained in:
Eeshan Garg
2019-05-08 22:21:28 -02:30
committed by Tim Abbott
parent 9516699c73
commit ef070ef019
3 changed files with 32 additions and 31 deletions

View File

@@ -193,6 +193,7 @@ def get_setup_webhook_message(integration: str, user_name: Optional[str]=None) -
content = SETUP_MESSAGE_TEMPLATE.format(integration=integration)
if user_name:
content += SETUP_MESSAGE_USER_PART.format(user_name=user_name)
content = "{}.".format(content)
return content
def get_issue_event_message(user_name: str,