Skip to content

Ability to accept merge request with GitLab UI

Matthias Käppler requested to merge merge_button into master

Created by: dzaporozhets

screen

Few notes

  1. Before use u should run rake gitlab_enable_automerge
  2. MR has few states: unverified, can_be_merged, cant_be_merged
  3. When visit first time it tries to check if MR can be accepted. If true - accept button displayed
  4. On every push in related branches MR marked us unverified
  5. If MR is unverified - on first visit it tries to detect if can me accepted

Merge request reports