inkblotty/my-work-action

[Painpoint] Use `reviewed-by` query for more accurate review queries

Open

#50 opened on Feb 6, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (8 forks)github user discovery
good first issue

Repository metrics

Stars
 (18 stars)
PR merge metrics
 (PR metrics pending)

Description

Context

Users who get reports regularly find the report misses some reviews that were performed.

Acceptance Criteria

  • Update the query for reviews within queries.ts > prContributionsQuery to use reviewed-by instead of involves
  • Rename the query to prReviewsQuery (https://github.com/inkblotty/my-work-action/issues/51 will handle updating contributions to others' work)
  • Update the tests related to the previous changes

Contributor guide