Skip to content

allow more than one merge request to be defined for certain `mr` commands

Kerri Miller requested to merge github/fork/maxice8/more-than-one into trunk

Created by: maxice8

Description Certain commands from mr now support passing multiple merge request via multiple args like:

foo@bar:~$ glab mr close 1 branch-that-maps-to-mr-2 3
[closes MRs !1 !2 !3]

How Has This Been Tested?

Tested by approving multiple merge requests and then revoking them on gitlab.alpinelinux.org

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)

Merge request reports