Skip to content

Releases: squalrus/merge-bot

v0.4.5

24 Apr 22:56
562278f
Compare
Choose a tag to compare
  • Update ref to sha from heads/branch_name

v0.4.4

21 Feb 17:34
1aba23e
Compare
Choose a tag to compare
  • Update to latest package versions, update APIs
  • Check for fork, then skip delete branch
  • Add logging, update ref to heads/branch_name rather than sha

v0.4.3

02 Dec 04:55
20907da
Compare
Choose a tag to compare
  • Add fork payload and tests
  • Support no labels (with reviewers) scenarios
  • Add support for forks
  • Optionally delete source branch
  • Add 'await' on call to pr merge and branch delete

v0.4.2

28 Jun 05:00
7cc41ca
Compare
Choose a tag to compare
  • Update input blocking-labels to blocking_labels (consistency)
  • Fix input checks_enabled in README.md
  • Add GITHUB_TOKEN to action.yml as required input
  • Fix checks_enabled bug preventing merging + update supporting tests

v0.4.1

27 Feb 05:49
102b841
Compare
Choose a tag to compare
  • Add payload logging

v0.4.0

26 Jan 22:54
Compare
Choose a tag to compare
  • Set up CI with Azure Pipelines
  • Update payload metadata in Jest tests
  • Add merge-bot action to repository
  • Update NPM dependencies
  • Validate checks before merging PRs

v0.3.1

30 Sep 05:42
2025729
Compare
Choose a tag to compare
  • Update owner to repo owner

v0.3.0

30 Sep 05:12
648c944
Compare
Choose a tag to compare
  • major refactor, add tests, minor bug fixes
  • add issue templates
  • add MIT license

v0.2.1

26 Sep 05:41
19442be
Compare
Choose a tag to compare
  • reviewers fix for when empty

v0.2.0

25 Sep 06:20
0c6297a
Compare
Choose a tag to compare
  • add support for blocking labels
  • add support for reviewers
  • delete branch after merge