https://github.com/juliaci/merge-commit-buildkite-plugin
If the build is a pull request, check out the merge commit
https://github.com/juliaci/merge-commit-buildkite-plugin
buildkite buildkite-plugin
Last synced: 3 months ago
JSON representation
If the build is a pull request, check out the merge commit
- Host: GitHub
- URL: https://github.com/juliaci/merge-commit-buildkite-plugin
- Owner: JuliaCI
- License: mit
- Created: 2022-04-20T00:35:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-20T01:58:46.000Z (over 3 years ago)
- Last Synced: 2025-07-08T05:40:44.013Z (3 months ago)
- Topics: buildkite, buildkite-plugin
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `merge-commit` Buildkite plugin
[![Continuous Integration][ci-img]][ci-url]
[ci-img]: https://github.com/JuliaCI/merge-commit-buildkite-plugin/actions/workflows/ci.yml/badge.svg "Continuous Integration"
[ci-url]: https://github.com/JuliaCI/merge-commit-buildkite-plugin/actions/workflows/ci.ymlIf the build is a pull request, check out the merge commit.
## Example
To use this plugin, add the following YAML snippet to your `pipeline.yml` file:
```yml
steps:
- plugins:
- JuliaCI/merge-commit#v1: ~
```