Skip to content

feat: mr merge options

Clement Sam requested to merge feat-mr-merge-options into trunk

This adds merge options when merging an MR. The user is given three merge options

  • create merge commit
  • squash and merge
  • rebase and merge

NB: This options are only available on TTYs. On non-ttys, the default is to create a merge commit unless the user explicitly specifies the merge method using the available flag options

Merge request reports