From f2a6ef78ec4dcd02ff285c80ccdbb6277b93f0a5 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 6 Feb 2025 17:11:23 +0200 Subject: Change CI notification email subject format --- mod/ci-common.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mod/ci-common.cxx b/mod/ci-common.cxx index e720914..deee977 100644 --- a/mod/ci-common.cxx +++ b/mod/ci-common.cxx @@ -433,7 +433,8 @@ namespace brep }, 2 /* stderr */, ops.email (), - "CI request submission (" + sr.reference + ')', + ((service ? service->type : "ci") + + " request submission: " + repository.string ()), {ops.ci_email ()}); // Write the CI request manifest. -- cgit v1.1