Commit 27a79e42 authored by Nick Gaskill's avatar Nick Gaskill

Merge branch 'dwainaina-master-patch-69721' into 'master'

Swapping comment for disabling and enabling merge trains

See merge request gitlab-org/gitlab!46441
parents e35ecfeb b2f87f19
......@@ -208,8 +208,8 @@ ask an administrator to execute the following commands:
```shell
> sudo gitlab-rails console # Login to Rails console of GitLab instance.
> Feature.enabled?(:disable_merge_trains) # Check if it's disabled or not.
> Feature.enable(:disable_merge_trains) # Disable Merge Trains.
> Feature.disable(:disable_merge_trains) # Enable Merge Trains.
> Feature.enable(:disable_merge_trains) # Enable Merge Trains.
> Feature.disable(:disable_merge_trains) # Disable Merge Trains.
```
When you disable this feature, all existing merge trains are cancelled and
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment