From dcd0a669e8cb424db153208e57ff5b657696f8c9 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 20 Jan 2023 12:46:35 +0100 Subject: [PATCH] Cosmetics --- server.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server.py b/server.py index 748907f..67bd33c 100644 --- a/server.py +++ b/server.py @@ -483,12 +483,12 @@ async def github(request): if description == "Pipeline failed on GitLab": pipeline_id = target_url.split("/")[-1] await notify( - f'[{repository}] :red_circle: Pipeline [{pipeline_id}]({target_url}) failed on branch {branches}' + f'[{repository}] :red_circle: Pipeline [#{pipeline_id}]({target_url}) failed on branch {branches}' ) elif description == "Pipeline canceled on GitLab": pipeline_id = target_url.split("/")[-1] await notify( - f'[{repository}] :heavy_multiplication_x: Pipeline [{pipeline_id}]({target_url}) canceled on branch {branches}' + f'[{repository}] :heavy_multiplication_x: Pipeline [#{pipeline_id}]({target_url}) canceled on branch {branches}' ) else: await notify(