aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2024-05-31 12:00:52 +0200
committerFrancois Kritzinger <francois@codesynthesis.com>2024-10-15 09:05:28 +0200
commit7bf75ef9aadc76533ef339c19b5e816d0768379e (patch)
tree9b5b99ef8d98b2cf756de86043e2f2b8b7caea91 /mod
parent7c56e29f703143fa63e4b0fd823101d55d823365 (diff)
Capitalize synthetic check run names
Diffstat (limited to 'mod')
-rw-r--r--mod/mod-ci-github.cxx7
1 files changed, 5 insertions, 2 deletions
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<optional<string> (const tenant_service&)> ci_github::
build_unloaded (tenant_service&& ts,