Skip to content

feat(mr/view): update mr reviewers

Kousik Mitra requested to merge github/fork/kousikmitra/update-mr-reviewer into trunk

Description It allowes mr update to update reviewers with a new flag --reviewer. The behaviour of --reviewer is same as --assignee flag but instead it updates reviewers of the merge request.

Note: I have made the flag as --reviewer instead of --reviewers to keep consistency with --assignee

Related Issue

Resolves #562 (closed)

How Has This Been Tested? Locally tested with glab mr update --reviewer +name glab mr update --reviewer -name glab mr update --reviewer name glab mr update --reviewer +name --assignee +name

Screenshots (if appropriate):

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