Skip to content

Record and display fetched GitHub PR reviewers

What does this MR do and why?

This change increments the fetched pull_request_review_request count, as it was missing from our import data stats.

The frontend will display the new stat as "PR reviewers".

#425122 (closed)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2023-09-20_at_4.09.27_PM Screenshot_2023-09-20_at_4.25.10_PM

How to set up and validate locally

  1. Enable GitHub as an import source (docs link).
  2. Go to /projects/new#import_project and choose GitHub.
  3. Choose a personal GitHub project that has PRs and import the GitHub project (docs link).
  4. After the import completes, the UI should display the count.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #425122 (closed)

Edited by Luke Duncalfe

Merge request reports