-
Notifications
You must be signed in to change notification settings - Fork 26
Delete or Update Editorial bot comments when violations are fixed #546
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
base: main
Are you sure you want to change the base?
Conversation
90735c4
to
68f3b44
Compare
ffa6562
to
7c73760
Compare
Hello @gsmet |
ping @gsmet |
Hey there, Thanks for the pull request, I will have a look :). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, it looks really good and I see you added tests which is great.
I added a few comments.
Also, could you please rebase and run a full build to get the imports sorted. I somehow forgot to set up the impsort-maven-plugin when I created the project.
Let me know if you have any questions and don't hesitate to push back if something in my comments seems off.
src/main/java/io/quarkus/bot/CheckPullRequestEditorialRules.java
Outdated
Show resolved
Hide resolved
src/main/java/io/quarkus/bot/violation/ViolationDetectorManager.java
Outdated
Show resolved
Hide resolved
Hello @gsmet Thanks for the review, I have made some changes and fixed the formatting, let me know what you think |
Fix #469 Handle Edited events to modify or delete bot comments if violations are updated
I have tested this on my gh bot fork and everything works as expected
Comment edited when I fixed one violation :


Comment is removed when I fixed all violations
Thanks!