The "issues commented" are currently computed like this:
|
query = "search/issues?q=commenter:{0}+updated:{1}..{2}".format( |
What this gives you is any issues that a) I commented on and b) that were updated in the date period. This means that if I commented on an issue at some point, and then someone else leaves a comment on it in the date period, then it will be reported as if I commented that week, which is probably not what was intended?
The same issue exists for "pull requests commented".
The "issues commented" are currently computed like this:
did/did/plugins/github.py
Line 168 in e1e3de7
What this gives you is any issues that a) I commented on and b) that were updated in the date period. This means that if I commented on an issue at some point, and then someone else leaves a comment on it in the date period, then it will be reported as if I commented that week, which is probably not what was intended?
The same issue exists for "pull requests commented".