An open API service indexing awesome lists of open source software.

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

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.yml

If 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: ~
```