Merged
Conversation
Switch from tracking the `main` branch to pinning the v0.3.2 release tag for reproducibility. This picks up several fixes since our last lock (c8a5d53): - Fix regression in package.yml metadata.owner key - Validation respects owned_globs when files are specified - Fix tracked file paths for subdirectories - executable_name holds the full command string - Fix error message when github team name is missing Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
8b23ed8 to
7b9e37f
Compare
dduugg
approved these changes
Apr 17, 2026
Contributor
dduugg
left a comment
There was a problem hiding this comment.
Investigated the committed binary (). It's an established pattern in this repo — the gemspec explicitly excludes files from the published gem, and the CD pipeline handles cross-compilation for all supported platforms. The PR correctly updates both the dependency pin and the compiled binary together. LGTM.
dduugg
approved these changes
Apr 17, 2026
Contributor
dduugg
left a comment
There was a problem hiding this comment.
Investigated the committed binary. It is an established pattern in this repo -- the gemspec explicitly excludes .bundle files from the published gem, and the CD pipeline handles cross-compilation for all supported platforms. The PR correctly updates both the dependency pin and the compiled binary together. LGTM.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
codeowners-rsRust dependency to the v0.3.2 release tag instead of trackingmain, improving build reproducibilitypackage.ymlmetadata.owner regression,owned_globsfiltering during validation, subdirectory tracked file paths, and missing github team name error messagesChecklist
🤖 Generated with Claude Code