Releases: seek-oss/github-merged-pr-buildkite-plugin
Releases · seek-oss/github-merged-pr-buildkite-plugin
v1.1.2
- More aggressive filtering for update_prs option
v1.1.1
- Faster processing of PR branches when using update_prs option.
v1.1.0
- Add update_prs option to trigger mode
This new feature can be used to trigger builds on PR branches when the default branch (e.g. master
) is changed.
v1.0.1
- Update plugin title to sentence case (thanks @toolmantim!)
v1.0.0
- Fixes missing env for git merge
v0.0.8
- Aborts the merge if it fails to ensure the checked out repository remains workable per #14
v0.0.7
- makes merge non-interactive
v0.0.6
Explicitly merges PRs rather than relying on the now lazy-evaluated /merge
ref from GitHub
This means this plugin now supports all pull requests that are supported by Buildkite, including GitLab.
v0.0.5
Adds a mode
parameter to let the consumer pick the behaviour
v0.0.4
Switches to BUILDKITE_REFSPEC rather than overriding the default checkout behaviour