Skip to content
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

Proto differ checker #385

Merged
merged 3 commits into from
Feb 6, 2025

Conversation

klingbolt
Copy link
Contributor

This PR fixes an annoyance where the diff checker for protobuf files was posting a comment for every commit even when an identical comment already existed.

This checks the most recent review comment on a file and if it matches the current diff, skips making a new comment.

This should reduce the noise in longer PRs.

See klingbolt#19 for tests to show that the code works in expected ways.

.github/workflows/diff_protobin.yml Outdated Show resolved Hide resolved
.github/workflows/diff_protobin.yml Outdated Show resolved Hide resolved
@AsherGlick AsherGlick merged commit adf04a0 into AsherGlick:xml_converter Feb 6, 2025
1 of 6 checks passed
@klingbolt klingbolt deleted the proto_differ_checker branch February 13, 2025 05:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants