Skip to content

Github "issues commented" includes comments by other users #325

Description

@nikic

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".

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions