You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you want to get super fancy you can possibly review number of lines changed as well instead of raw PR counts? also if they;e already approved a PR don;t count it since they're finished with that PR
Also wonder if multiple reviews on the same PR should count as multiple or one review for the purposes of weighting. Thoughts?
I think step 1 would be tracking a bunch of data from the reviews then.
I'll see how much data I can get from the webhook (or I can always query for more data).
Data I'd like:
Repo owner
Repo name
Reviewer id
PR number
Review Number
PR Number of lines added
PR Number of lines removed
PR Total lines changed (might just calculate this)
Timestamp
Then it'd be easy to weight based on a variety of factors depending on what works best.
There's a few things I could think of to help with this:
The text was updated successfully, but these errors were encountered: