[fix] no '_'

This commit is contained in:
Laurent Peuch 2019-02-06 13:54:31 +01:00
parent 2f401d65fb
commit 2b2cf5c308

View file

@ -249,7 +249,7 @@ async def github(request):
elif action == "closed":
if request.json["pull_request"]["merged"]:
action = "merged"
notify(f"[{repository}] @{user} {action} pull_request #{pull_request_number}: {pull_request_title} {url}")
notify(f"[{repository}] @{user} {action} pull request #{pull_request_number}: {pull_request_title} {url}")
# super weird, this action is not supposed to be possible for pull_request :|
elif action == "milestoned":