Skip to content

Commit 0502b0b

Browse files
authored
bug-minimizer: link to run-coq-bug-minimizer/actions (#310)
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.
2 parents 3400bbd + b41f697 commit 0502b0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/actions.ml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2075,10 +2075,11 @@ let run_coq_minimizer ~bot_info ~script ~comment_thread_id ~comment_author
20752075
~owner ~repo ~coq_version ~ocaml_version ~minimizer_extra_arguments
20762076
>>= function
20772077
| Ok () ->
2078+
(* 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 *)
20782079
GitHub_mutations.post_comment ~id:comment_thread_id
20792080
~message:
20802081
(f
2081-
"Hey @%s, the coq bug minimizer is running your script, I'll come \
2082+
"Hey @%s, the coq bug minimizer [is running](https://github.com/coq-community/run-coq-bug-minimizer/actions) your script, I'll come \
20822083
back to you with the results once it's done."
20832084
comment_author )
20842085
~bot_info

0 commit comments

Comments
 (0)