summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-08 22:37:07 +0100
committerDouwe Maan <douwe@gitlab.com>2015-12-08 22:37:07 +0100
commit1464a69c76cf492ad8b9674e24260e917dc7d2ef (patch)
treef91efb1759daaa8ab0ef8aa6d1dd6ef083e95ec0
parent8fb49a4b7005d7e57bb84d6fe5db97ff39d1064b (diff)
downloadgitlab-ce-1464a69c76cf492ad8b9674e24260e917dc7d2ef.tar.gz
Tweak text of documentation
-rw-r--r--.gitignore1
-rw-r--r--doc/workflow/merge_when_build_succeeds.md6
2 files changed, 3 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 881b3fb81ac..f5b6427ca03 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,7 +38,6 @@ public/assets/
public/uploads.*
public/uploads/
shared/artifacts/
-TODO
rails_best_practices_output.html
/tags
tmp/
diff --git a/doc/workflow/merge_when_build_succeeds.md b/doc/workflow/merge_when_build_succeeds.md
index 3c055650c49..75e1fdff2b2 100644
--- a/doc/workflow/merge_when_build_succeeds.md
+++ b/doc/workflow/merge_when_build_succeeds.md
@@ -1,12 +1,12 @@
# Merge When Build Succeeds
-When reviewing a merge request that looks ready to merge but still has one or more CI builds running, you can set it to be merged automatically when the build succeeds. This way, you don't have to wait for the build to finish and remember to merge the merge request then.
+When reviewing a merge request that looks ready to merge but still has one or more CI builds running, you can set it to be merged automatically when all builds succeed. This way, you don't have to wait for the builds to finish and remember to merge the request manually.
![Enable](merge_when_build_succeeds/enable.png)
-When you hit the "Merge When Build Succeeds" button, the status of the Merge Request will be updated to represent the impending merge. If you cannot wait for the build to succeed and want to build immediately, this option is available in the dropdown menu on the right of the main button.
+When you hit the "Merge When Build Succeeds" button, the status of the merge request will be updated to represent the impending merge. If you cannot wait for the build to succeed and want to merge immediately, this option is available in the dropdown menu on the right of the main button.
-Both team developers and the author of the merge request have the option to cancel the automatic merge when they find a reason it shouldn't be merged after all.
+Both team developers and the author of the merge request have the option to cancel the automatic merge if they find a reason why it shouldn't be merged after all.
![Status](merge_when_build_succeeds/status.png)