aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2025-02-06 17:11:23 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2025-02-06 17:11:33 +0200
commitf2a6ef78ec4dcd02ff285c80ccdbb6277b93f0a5 (patch)
tree4fca805fa6b029e26da59ffc450c711af16b5542
parentda69b1c89b36666ecd6fcc328955a6b1c08ed19f (diff)
Change CI notification email subject format
-rw-r--r--mod/ci-common.cxx3
1 files changed, 2 insertions, 1 deletions
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.