-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shouldn't edit comments if there's no change... #17
Comments
Agree, yeah, doesn't look like there's a diff |
I've got a build with this running tonight |
Bah, because I also changed some copy, it correctly edited it: microsoft/TypeScript#42887 - will find out tomorrow Which probably means it works |
It seems that this is still editing issue comments everyday in Typescript repo even if there is no visible changes. You can check that at least many repro comments have daily edit history though the result has not changed. |
For example, this issue looks like it's edited on every run. This is a problem for tools that rely on GH's
updatedAt
field since it looks like there's constant activity.The text was updated successfully, but these errors were encountered: