Skip to content

Releases: Gasoid/merge-bot

v2.1.1 Release: Event improvements

19 May 16:13
6941400

Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0 Arguments support

15 May 12:21
0487731

Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.1.0

v2.0.2 Release: dockerhub added

09 May 07:16
281503d

Choose a tag to compare

v2.0.1 Release: code improvements

05 May 18:02
c2e463b

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0 Release: cleanup staled branches and update command

04 May 17:33
4e99b91

Choose a tag to compare

What's Changed

  • Support Greetings enabled var by @Gasoid in #5
  • Stale branches cleanup 🧹 by @Gasoid in #6

Full Changelog: v1.1.0...v2.0.0

v1.1.0 Update command

30 Apr 09:24
0978c6e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1 Release

11 Nov 07:48

Choose a tag to compare

Commands

  • !merge
  • !check

Rules

  • title
  • number of approvals
  • approvers

Config file .mrbot.yaml

Example:

approvers:
  - user1
  - user2
min_approvals: 1
allow_empty_description: true
allow_failing_pipelines: true
allow_failing_tests: true
title_regex: "^[A-Z]+-[0-9]+" # title begins with jira key prefix, e.g. SCO-123 My cool Title
greetings_template: "Requirements:\n - Min approvals: {{ .MinApprovals }}\n - Title regex: {{ .TitleRegex }}\n\nOnce you've done, send **!merge** command and i will merge it!"
auto_master_merge: true

Docker image

docker pull ghcr.io/gasoid/merge-bot:latest