Skip to content

Releases: Gasoid/merge-bot

v3.3.0

17 Jul 20:33
1590178

Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.3.0

v3.2.0

12 Jul 19:10
9539577

Choose a tag to compare

What's Changed

Full Changelog: v3.1.5...v3.2.0

v3.1.5

04 Jul 15:11
73690cf

Choose a tag to compare

What's Changed

Full Changelog: v3.1.4...v3.1.5

v3.1.4

22 Jun 10:29
737faee

Choose a tag to compare

What's Changed

Full Changelog: v3.1.3...v3.1.4

v3.1.3

19 Jun 07:55
9429e32

Choose a tag to compare

What's Changed

Full Changelog: v3.1.2...v3.1.3

v3.1.2

18 Jun 09:53
b4602b4

Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.1.2

v3.1.1

17 Jun 19:27
36fc3ad

Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

16 Jun 16:23
49f77f3

Choose a tag to compare

What's Changed

  • humanize: max-repo-size supports "Gb/Mb/Kb" by @Gasoid in #23

Full Changelog: v3.0.0...v3.1.0

v3.0.0

13 Jun 16:07
01be956

Choose a tag to compare

What's Changed

Config .mrbot.yaml changed. rules section added, e.g.:

rules:
  approvers: [] # list of users who must approve MR/PR, default is empty ([])
  min_approvals: 1 # minimum number of required approvals, default is 1
  allow_empty_description: true # whether MR description is allowed to be empty or not, default is true
  allow_failing_pipelines: true # whether pipelines are allowed to fail, default is true
  title_regex: ".*" # pattern of title, default is ".*"

Webhook url

https://domain/mergebot/webhook/gitlab/

Full Changelog: v2.2.0...v3.0.0

v2.2.0 Release: webhook secret support

27 May 13:25
fba1b9a

Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.2.0