When I view the pull requests for Koji, they all show the same "Modified" time. I think this may be related to the fix for #1359. Regardless, it seems that when I push changes, every pull request (or at least every open one) has a timestamp touched, and this timestamp is the one in the web display.
While I appreciate that a timestamp like this might be needed for certain things to work, it's not really helpful to me as a user. I'd rather see the updated_on time, or the max of that and all the comment timestamps.
updated_on
Ok, so the issue is that every time a PR is merged we clear the cached merge_status which triggered the update of the last_updated field.
merge_status
last_updated
We may need to do the same change we did for the issues here.
Metadata Update from @pingou: - Issue tagged with: RFE
Metadata Update from @pingou: - Issue assigned to pingou
Actually, you are right, just using the updated_on field solves the question :)
Commit 2ffc7ad5 fixes this issue