diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-03-06 09:55:19 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-15 09:05:27 +0200 |
commit | d21f55ad39c71fdf7f2a6bc6256400080e699cbd (patch) | |
tree | e52eb56b537d7420b73594f87b2855b5d63fb91a /mod | |
parent | 2536727da1f3a33ab56f97fd1e4eb9aad5b4a6b2 (diff) |
Add notes
Diffstat (limited to 'mod')
-rw-r--r-- | mod/mod-ci-github.cxx | 4 |
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") |