We don't explicitly set last_updated when adding/editing/deleting comments. If you are a repo admin last_updated always get sets regardless of the update being made to the issue, but this is not true for non admins.
This fix just makes sure we always set the last_updated time when dealing with comments
We don't explicitly set last_updated when adding/editing/deleting comments. If you are a repo admin last_updated always get sets regardless of the update being made to the issue, but this is not true for non admins.
This fix just makes sure we always set the last_updated time when dealing with comments