From b41f69713a671571754d9b8f87da9567e3580027 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Wed, 11 Sep 2024 11:37:43 -0700 Subject: [PATCH] bug-minimizer: link to run-coq-bug-minimizer/actions This is a small quality of life improvement IMO. Ideally, we'd link directly to the running job, but that information is not accessible here, currently. --- src/actions.ml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/actions.ml b/src/actions.ml index a96971f8..e3c51bd9 100644 --- a/src/actions.ml +++ b/src/actions.ml @@ -2075,10 +2075,11 @@ let run_coq_minimizer ~bot_info ~script ~comment_thread_id ~comment_author ~owner ~repo ~coq_version ~ocaml_version ~minimizer_extra_arguments >>= function | Ok () -> + (* TODO: change https://github.com/coq-community/run-coq-bug-minimizer/actions to a link to the particular action run when we can get that information *) GitHub_mutations.post_comment ~id:comment_thread_id ~message: (f - "Hey @%s, the coq bug minimizer is running your script, I'll come \ + "Hey @%s, the coq bug minimizer [is running](https://github.com/coq-community/run-coq-bug-minimizer/actions) your script, I'll come \ back to you with the results once it's done." comment_author ) ~bot_info