You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
4 days ago | |
---|---|---|
.chglog | 2 months ago | |
.github | 3 months ago | |
cmd/drone-github-comment | 7 months ago | |
docker | 2 weeks ago | |
plugin | 2 weeks ago | |
testdata | 7 months ago | |
.dockerignore | 7 months ago | |
.drone.jsonnet | 2 months ago | |
.drone.yml | 2 months ago | |
.gitignore | 2 months ago | |
CONTRIBUTING.md | 3 months ago | |
LICENSE | 4 weeks ago | |
README.md | 3 months ago | |
go.mod | 4 days ago | |
go.sum | 4 days ago | |
renovate.json | 3 months ago |
README.md
drone-github-comment
Drone plugin to add comments to GitHub Issues/PRs
Drone plugin to add comments to GitHub Issues/PR's.
Build
Build the binary with the following command:
export GOOS=linux
export GOARCH=amd64
export CGO_ENABLED=0
export GO111MODULE=on
go build -v -a -tags netgo -o release/drone-github-comment
Build the Docker image with the following command:
docker build --file docker/Dockerfile.amd64 --tag thegeeklab/drone-github-comment .
Usage
docker run --rm \
-e DRONE_BUILD_EVENT=pull_request \
-e DRONE_REPO_OWNER=octocat \
-e DRONE_REPO_NAME=foo \
-e DRONE_PULL_REQUEST=1
-e PLUGIN_API_KEY=abc123 \
-e PLUGIN_MESSAGE="Demo comment" \
-v $(pwd):$(pwd) \
-w $(pwd) \
thegeeklab/drone-github-comment
Contributors
Special thanks goes to all contributors. If you would like to contribute, please see the instructions.
License
This project is licensed under the MIT License - see the LICENSE file for details.