Skip to content

Commit

Permalink
bug-minimizer: link to run-coq-bug-minimizer/actions
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
JasonGross authored Sep 11, 2024
1 parent 3400bbd commit b41f697
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/actions.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b41f697

Please sign in to comment.