https://github.com/telefonica/github-pr-comment-buildkite-plugin
buildkite plugin to post a comment in a PR
https://github.com/telefonica/github-pr-comment-buildkite-plugin
Last synced: 7 months ago
JSON representation
buildkite plugin to post a comment in a PR
- Host: GitHub
- URL: https://github.com/telefonica/github-pr-comment-buildkite-plugin
- Owner: Telefonica
- License: mit
- Created: 2018-12-05T14:52:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-15T09:23:27.000Z (over 2 years ago)
- Last Synced: 2025-06-03T01:53:34.152Z (11 months ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-pr-comment-buildkite-plugin
buildkite plugin to post a comment in a PR
## Example
```yml
steps:
plugins:
- telefonica/github-pr-comment#0.0.5:
comment: Some text
pr: ${BUILDKITE_PULL_REQUEST} # Optional, PR Number to add the comment
repo: ${BUILDKITE_PULL_REQUEST_REPO} # Optional, format git://github.com:user/repo.git)
```
## Authentication
The plugin needs an env var called [`GITHUB_TOKEN` with `repo` access](https://github.com/settings/tokens) to post comments