Skip to content

Commit 9b183cb

Browse files
authored
Readme improvements (#61)
1 parent 5a7d324 commit 9b183cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## What does it do?
66

7-
The goal is to have green master after every merge. To achieve this you must rebase every single merge request just before the merge and wait for pipeline status. It takes a lot of time of manual maintenance. So let's automate it with GitLab MergerBot.
7+
The goal is to have green master after every merge. To achieve this you have to rebase every single merge request just before the merge and wait for the pipeline status. It takes a lot of time of manual maintenance, especially when you have to process a big chunk of merge requests (common situation for large projects, monorepos etc.). So let's automate it with GitLab MergerBot.
88

99
1) When your merge request is ready to merge, assign it to the bot.
1010
2) The bot will add your request to its own serial (FIFO) queue. (single queue for every repository)
@@ -34,6 +34,7 @@ Reasons can be for example:
3434
2) In `General Settings - Merge Request` section:
3535
* set `Merge method` to `Fast-forward merge`
3636
* check `Only allow merge requests to be merged if the pipeline succeeds`
37+
* check (optionally) `All discussions must be resolved`
3738

3839

3940
## Usage

0 commit comments

Comments
 (0)