devops-pr-stats
devops-pr-stats copied to clipboard
Is this project still under development?
Just curious, it looks like it has not been touched in a while but I think this has a lot of potential.
I personally would love to see the following:
- Pull request time average per team
- Average PR size
- Average number of comments
- Average number of comments per team
Is this a planned update? I'd love to see these stats as well, especially average PR size.
How would you calculate Average PR size? Are you looking for the number of files changed in the PR? or something else?
Maybe something like this:
Files changed: 2 File 1: +20 lines File 2: -10 lines
@jeffpriz Yes, average number of files / lines changed in a PR.
So with the above example: We would have on average 2 files changed and 30 lines changed on average.
This would be able to be filtered by team, where if a person is in more then one team. It counts towards both.
I feel confident on getting the number of files.. will have to look in to if/how i can get the number of lines .. feels like the api has to provide that but not sure off hand
Great!