Releases: Gasoid/merge-bot
Releases · Gasoid/merge-bot
v2.1.1 Release: Event improvements
What's Changed
- Readme instructions
- Helm chart is https://github.com/Gasoid/helm-charts
- Demo repo is https://gitlab.com/Gasoid/sugar-test
Full Changelog: v2.1.0...v2.1.1
v2.1.0 Arguments support
What's Changed
Full Changelog: v2.0.2...v2.1.0
v2.0.2 Release: dockerhub added
- dockerhub image: gasoid/merge-bot
v2.0.1 Release: code improvements
v2.0.0 Release: cleanup staled branches and update command
What's Changed
Full Changelog: v1.1.0...v2.0.0
v1.1.0 Update command
What's Changed
- docs: update README.md by @eltociear in #1
- Added update command by @Gasoid in #4
New Contributors
- @eltociear made their first contribution in #1
- @Gasoid made their first contribution in #4
Full Changelog: v1.0.0...v1.1.0
v1 Release
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: trueDocker image
docker pull ghcr.io/gasoid/merge-bot:latest