aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois Kritzinger <francois@codesynthesis.com>2024-03-06 09:55:19 +0200
committerFrancois Kritzinger <francois@codesynthesis.com>2024-06-05 09:12:46 +0200
commit12e921ae62b264cc0fc6549a5178c12ba59b8640 (patch)
tree3f62c32dd30103a599454ec01d06cafc9eaf1065
parentd83f652cf68ce38e01aa86b3c2453e4312c2de69 (diff)
Add notes
-rw-r--r--mod/mod-ci-github.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/mod/mod-ci-github.cxx b/mod/mod-ci-github.cxx
index c4aaec1..41f6790 100644
--- a/mod/mod-ci-github.cxx
+++ b/mod/mod-ci-github.cxx
@@ -236,6 +236,10 @@ namespace brep
// Someone manually requested to re-run the check runs in this check
// suite. Treat as a new request.
//
+ // @@ TMP Creating check_runs with same names as before will update
+ // the existing check_runs on GitHub (as opposed to creating
+ // new check_runs with the same names).
+ //
return handle_check_suite_request (move (cs));
}
else if (cs.action == "completed")