I'm using drone as CI System at the moment (test run) and actually i can not see if an repository has CI enabled (besides i look into the repo settings webhooks) or the build status.
Only posibility is to include the drone repo badget into the readme.md.
So it would be nice if the build status could be implemented into:
BTW, i'm not sure if this require also work on the drone project, but maybe if there is an plan how this could be implemented and the requirements are know, i could also open an request on the drone issue tracker.
Duplicate of #357?
It's not the same thing. One is for API, one is on the UI before the commit.
Fair enough
I'm sure we already got an issue for that.
Couldn't find something similar in the open issues.
All of those needs #357 though, this is an extension on that 馃檪
Status API (#357) is reported as being merged by now, so what are we missing to show status in UI ?
And to have Drone update statuses ?
@strk drone does already update status. What we miss is #2519
For what it's worth, I made a userscript to bridge the gap until #2519 is merged. It currently only shows a status on the PR page itself, but it'll do:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
this issue is still relevant
Most helpful comment
I'd also love the status being shown right on the pull request's page as in github. Also, it would be nice to prevent merging of commits if the CI have not build it successfully yet.