Skip to content

Commit

Permalink
fix: reviewer group
Browse files Browse the repository at this point in the history
  • Loading branch information
ogiorgis committed Jul 3, 2024
1 parent 63258d3 commit 5853e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
)
current_diff["review requests"][f"review-{review.id}"] = {
"reviewer": reviewer.userName,
"group (isMailingList)": bool(reviewer.isMailingList),
"is group": "-PROJ-" in str(review.reviewerPHID),
"creation timestamp": review.dateCreated,
"review timestamp": review.dateModified,
"status": review.reviewerStatus,
Expand Down

0 comments on commit 5853e63

Please sign in to comment.