Skip to content

Commit

Permalink
bug-minimizer: link to run-coq-bug-minimizer/actions more (#312)
Browse files Browse the repository at this point in the history
Follow up on #310
  • Loading branch information
JasonGross authored Sep 17, 2024
2 parents 7ce706b + 1fe0fa4 commit 7e8b31f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/actions.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1561,8 +1561,10 @@ let minimize_failed_tests ~bot_info ~owner ~repo ~pr_number
at commit %s.%s"
head try_again_msg
| _ :: _ ->
(* 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 *)
f
"I am now %s minimization at commit %s on %s. I'll come \
"I am now [%s minimization](https://github.com/coq-community/run-coq-bug-minimizer/actions) \
at commit %s on %s. I'll come \
back to you with the results once it's done.%s"
(if Option.is_none bug_file then "running" else "resuming")
head
Expand Down

0 comments on commit 7e8b31f

Please sign in to comment.