-
Notifications
You must be signed in to change notification settings - Fork 4
Description
When the build starts π‘, Hoff posts the following message:
CI job started.
When the build fails β, Hoff posts the following message:
The build failed: https://channable.semaphoreci.com/workflows/00000000-0000-0000-0000-000000000000?pipeline_id=00000-00000-00000-0000
If this is the result of a flaky test, close and reopen the PR, then tag me again.
Otherwise, push a new commit and tag me again.
For build failures, we should do like build starts and use a markdown link for a nicer message:
The build failed β.
If this is the result of a flaky test, close and reopen the PR, then tag me again. Otherwise, push a new commit and tag me again.
... and while we're at it, we may add an :yellow_circle: π‘ to the build started message:
CI job π‘ started.
Or maybe:
... to make it more consistent with the new build failure message.