inkblotty/my-work-action
View on GitHub[Painpoint] Use `reviewed-by` query for more accurate review queries
Open
#50 opened on Feb 6, 2025
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>prContributionsQueryto usereviewed-byinstead ofinvolves - 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