Skip to content

[RUN AS-IF-FOSS] Add basic reviewers quick actions

Gary Holtz requested to merge 241244-add-reviewers-quick-action into master

What does this MR do?

This is the first part of an implementation of #241244 (closed). It adds the /assign_reviewer and /unassign_reviewer commands based heavily on the /assign and /unassign commands.

I'm making a few assumptions based on the code- please correct me if these are wrong!

  1. Reviewers are not a part of Issues - only Merge Requests
  2. Multiple Reviewers will not be a core feature just as Multiple Assignees wasn't
  3. These commands are still behind a feature flag (merge_request_reviewers)

The /reassign_reviewr command will be introduced in !47606 (merged)

Screenshots (strongly suggested)

Screen_Shot_2020-11-13_at_12.39.03_AM

Screen_Shot_2020-11-13_at_12.40.15_AM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #241244 (closed)

Edited by Gary Holtz

Merge request reports

Loading