-
-
Notifications
You must be signed in to change notification settings - Fork 353
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
chore: spoon-bot should delete old Revapi reports #1426
Labels
Comments
monperrus
changed the title
chore: spoon-bot should post a Revapi comment only if the API change are new
chore: spoon-bot should post a Revapi comment only if the API changes are new
Jun 24, 2017
@surli would you have a look at this one? |
How it should behave when In such case there will stay old confusing revapi report. Idea:
|
The solution proposed in #1683 is not working |
monperrus
changed the title
chore: spoon-bot should post a Revapi comment only if the API changes are new
chore: spoon-bot should delete old Revapi reports
Feb 17, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
spoon-bot should post a Revapi comment only if the computed API change are different from the last post.
Possible implementation, in
revapy.py
, use the Github API to go over the list of comments to the PR and compare them against the newly computed one.The text was updated successfully, but these errors were encountered: