Skip to content

Commit 7e8b31f

Browse files
authored
bug-minimizer: link to run-coq-bug-minimizer/actions more (#312)
Follow up on #310
2 parents 7ce706b + 1fe0fa4 commit 7e8b31f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/actions.ml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1561,8 +1561,10 @@ let minimize_failed_tests ~bot_info ~owner ~repo ~pr_number
15611561
at commit %s.%s"
15621562
head try_again_msg
15631563
| _ :: _ ->
1564+
(* 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 *)
15641565
f
1565-
"I am now %s minimization at commit %s on %s. I'll come \
1566+
"I am now [%s minimization](https://github.com/coq-community/run-coq-bug-minimizer/actions) \
1567+
at commit %s on %s. I'll come \
15661568
back to you with the results once it's done.%s"
15671569
(if Option.is_none bug_file then "running" else "resuming")
15681570
head

0 commit comments

Comments
 (0)