-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat: allow ignoring protoc version comments in go generate check #53
Conversation
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" | ||
git config --global user.name "github-actions[bot]" |
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.
Do I understand correctly that this won't be actually commit the repo? Is this commit only used on CI?
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.
Yes, that's 100% right. We're only making a local commit to make it easier to check the diff. But even for local commits, git wants us to set user details.
@laurentsenta FYI, I want to merge it by tomorrow. Let me know if you have any reservations. |
Merging, I'll cut a new release tomorrow |
Resolves #26
Tested in libp2p/go-libp2p#2603. I'll create a PR to go-libp2p that enables the newly added option after I release the new patch version of uCI which will be shortly after this is merged.