lorenzwalthert / touchstone

Smart benchmarking of pull requests with statistical confidence
https://lorenzwalthert.github.io/touchstone
Other
53 stars 7 forks source link

Fail safe comment #108

Closed assignUser closed 2 years ago

assignUser commented 2 years ago

Closes #105

This adds an additional commit status to the pr check suite even if the commenting itself fails. I also changed the wf file, that way the status is also added when the receive action fails but that is more cosmetic then anything because that will already create a failed commit status.

assignUser commented 2 years ago

The test failures are due to rlang 1.0.0 changing the message class in cli conditions. I'll fix those in a moment. I added a min version for cli when the conditions where introduced.