inkblotty/my-work-action

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

Open

#50 opened on 2025年2月6日

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)

説明

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

コントリビューターガイド