Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.03 KB

File metadata and controls

44 lines (34 loc) · 1.03 KB
title `glab mr revoke`
stage Create
group Code Review
info To determine the technical writer assigned to the Stage/Group associated with this page, see <https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments>

Revoke approval on a merge request.

glab mr revoke [<id> | <branch>] [flags]

Aliases

unapprove

Examples

# Revoke approval on a merge request
glab mr revoke 123
glab mr unapprove 123
glab mr revoke branch

# Revoke approval on the currently checked out branch
glab mr revoke
# Revoke approval on merge request 123 on branch 456
glab mr revoke 123 branch 456

Options inherited from parent commands

  -h, --help              Show help for this command.
  -R, --repo OWNER/REPO   Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL.