diff --git a/server.py b/server.py index 51fccc0..a3a7f64 100644 --- a/server.py +++ b/server.py @@ -248,7 +248,7 @@ async def github(request): elif action == "closed": if request.json["pull_request"]["merged"]: action = "merged" - notify(f"[{repository}] @{user} {action} {milestone} 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":