A Drone CI v0.5 plugin to help report build status on GitHub with "review" feature.
7.8K
A Drone CI v0.5 plugin to help report pull request build status on GitHub with "review" feature.
GitHub repository:
Docker hub repository:
peterdavehello/drone-github-status-report-bot:latest to the last step of your Drone pipelnie in the .drone.yml flie, specify it to pull request event, and the status (failure, success, or both) you want the bot report.For example:
bot-review:
image: peterdavehello/drone-github-status-report-bot:latest
when:
event: pull_request
status: [ success, failure ]
(https://github.com/cdnjs/cdnjs/blob/fe432d412dae1ed30bf14e5396c199e0e3876e79/.drone.yml#L5-L9)
GITHUB_TOKEN in Drone.Now you can trigger a upll request event and the bot should report the status on the pull request!
GPL-3.0
Content type
Image
Digest
Size
4.7 MB
Last updated
over 7 years ago
docker pull peterdavehello/drone-github-status-report-bot