You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/actions.ml
+9-4
Original file line number
Diff line number
Diff line change
@@ -1679,9 +1679,12 @@ let minimize_failed_tests ~bot_info ~owner ~repo ~pr_number
1679
1679
"I was unable to minimize any of the CI targets that you \
1680
1680
requested."^ try_again_msg ^"\n"^ msg
1681
1681
|_ :: _, _ ->
1682
+
(* 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 *)
1682
1683
f
1683
-
"I am now %s minimization at commit %s on requested %s %s. \
1684
-
I'll come back to you with the results once it's done.%s\n\n\
@@ -1715,9 +1718,11 @@ let minimize_failed_tests ~bot_info ~owner ~repo ~pr_number
1715
1718
head try_again_msg failed_minimization_description
1716
1719
|>Lwt.return_some
1717
1720
|RequestSuggested, _ :: _, _ ->
1721
+
(* 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 *)
1718
1722
f
1719
-
"I have initiated minimization at commit %s for the suggested \
0 commit comments