Scroll to navigation

glab(1) glab(1)

NAME

glab-mr-reopen - Reopen a merge request.

SYNOPSIS

glab mr reopen [... | ...] [flags]

DESCRIPTION

You can reopen multiple merge requests by passing multiple IDs or branch names.

OPTIONS INHERITED FROM PARENT COMMANDS

-h, --help[=false] Show help for this command.

-R, --repo="" Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted.

EXAMPLE

# Reopen merge request 123
glab mr reopen 123
# Reopen merge requests 123, 456, and 789
glab mr reopen 123 456 789
# Reopen merge requests from branches branch-1 and branch-2
glab mr reopen branch-1 branch-2

SEE ALSO

glab-mr(1)

May 2026 Auto generated by spf13/cobra