From 8f80e2562bc1195c6e817d3c7b5de73d0484f6ba Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 31 May 2024 12:00:52 +0200 Subject: Capitalize synthetic check run names --- mod/mod-ci-github.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'mod/mod-ci-github.cxx') diff --git a/mod/mod-ci-github.cxx b/mod/mod-ci-github.cxx index b7c271c..19798ad 100644 --- a/mod/mod-ci-github.cxx +++ b/mod/mod-ci-github.cxx @@ -631,8 +631,11 @@ namespace brep return ""; // Should never reach. } - static string merge_check_run_name ("merge-commit"); - static string conclusion_check_run_name ("conclusion"); + // Let's capitalize the synthetic check run names to make them easier to + // distinguish from the regular ones. + // + static string merge_check_run_name ("MERGE-COMMIT"); + static string conclusion_check_run_name ("CONCLUSION"); function (const tenant_service&)> ci_github:: build_unloaded (tenant_service&& ts, -- cgit v1.1