Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@knl knl released this 22 May 14:33
· 2 commits to master since this release
go 1.14 and an important fix

Migrate to go 1.14 and update the dependencies, as well as tooling.

Previously, the code assumed that there will always be a "pending" notification
sent, and used that to mark that the CI has detected the PR. However, in
many cases pending might be omitted, especially when there is a high
load on the CI.

This release changes the detection to work on any status notification,
making it more accurate.