Skip to content

Releases: seek-oss/github-merged-pr-buildkite-plugin

v1.1.2

23 Jul 03:59
aaff3e4
Compare
Choose a tag to compare
  • More aggressive filtering for update_prs option

v1.1.1

22 Jul 06:33
9091b20
Compare
Choose a tag to compare
  • Faster processing of PR branches when using update_prs option.

v1.1.0

22 Jul 02:33
Compare
Choose a tag to compare
  • 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

09 Dec 22:39
68f2652
Compare
Choose a tag to compare
  • Update plugin title to sentence case (thanks @toolmantim!)

v1.0.0

15 Nov 20:07
e2c5063
Compare
Choose a tag to compare
  • Fixes missing env for git merge

v0.0.8

30 Oct 22:12
f7463c8
Compare
Choose a tag to compare
  • Aborts the merge if it fails to ensure the checked out repository remains workable per #14

v0.0.7

12 Oct 22:25
27ca271
Compare
Choose a tag to compare
  • makes merge non-interactive

v0.0.6

26 Sep 11:43
0389d0b
Compare
Choose a tag to compare

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

13 Jun 00:20
5cb3a18
Compare
Choose a tag to compare

Adds a mode parameter to let the consumer pick the behaviour

v0.0.4

08 Jun 22:28
b8172c3
Compare
Choose a tag to compare

Switches to BUILDKITE_REFSPEC rather than overriding the default checkout behaviour