I am guessing this is because you are using protected branches, with continuous-integration/drone as a required check. GitHub will automatically add required checks (with no detail) when the PR is first created.
In 0.5 the check name changed to continuous-integration/drone/pr
I believe the solution is therefore to remove continuous-integration/drone from the required check, and then add the newer continuous-integration/drone/pr value.
I am guessing this is because you are using protected branches, with
continuous-integration/drone
as a required check. GitHub will automatically add required checks (with no detail) when the PR is first created.In 0.5 the check name changed to
continuous-integration/drone/pr
I believe the solution is therefore to remove
continuous-integration/drone
from the required check, and then add the newercontinuous-integration/drone/pr
value.