profclems / glab

The GitLab CLI tool. Archived: now officially adopted by GitLab as the official CLI tool and maintained at https://gitlab.com/gitlab-org/cli. See https://github.com/profclems/glab/issues/983
https://glab.readthedocs.io/
MIT License
2.08k stars 163 forks source link

feat: provide /reviewer quick action #975

Closed lpapp closed 2 years ago

lpapp commented 2 years ago

This is when creating a merge request using the command line option git mr create --reviewer -w. Other options, like -a and -l, have been working, but this seems to have gone missed.

Delivers #974

codecov[bot] commented 2 years ago

Codecov Report

Merging #975 (545a8c1) into trunk (ce81f27) will decrease coverage by 0.01%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            trunk     #975      +/-   ##
==========================================
- Coverage   59.51%   59.50%   -0.02%     
==========================================
  Files          97       97              
  Lines        7687     7689       +2     
==========================================
  Hits         4575     4575              
- Misses       2702     2704       +2     
  Partials      410      410              
Impacted Files Coverage Δ
commands/mr/create/mr_create.go 31.38% <0.00%> (-0.15%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ce81f27...545a8c1. Read the comment docs.