Add Bazel build system, update deps, error on missing URLs#22
Merged
stefanpenner merged 3 commits intomainfrom Feb 8, 2026
Merged
Add Bazel build system, update deps, error on missing URLs#22stefanpenner merged 3 commits intomainfrom
stefanpenner merged 3 commits intomainfrom
Conversation
- Add Bazel 8.4 with bzlmod (rules_go 0.59.0, gazelle 0.47.0, hermetic_cc_toolchain 4.1.0) - Generate BUILD.bazel files for all 16 packages and 3 binaries - Update GHA workflow to use bazel test/build with setup-bazel caching - Update all Go dependencies to latest versions - Show helpful error when gha-analyzer is invoked without URLs Co-Authored-By: Claude Opus 4.6 <[email protected]>
Shorthand inputs like "nodejs/node/pull/60369" now get expanded to "nodejs/node#60369" in the OSC 8 href so the link is actually clickable. Co-Authored-By: Claude Opus 4.6 <[email protected]>
This file was previously untracked because the .gitignore pattern "gha-analyzer" matched the cmd/gha-analyzer/ directory. Co-Authored-By: Claude Opus 4.6 <[email protected]>
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
rules_go0.59.0,gazelle0.47.0,hermetic_cc_toolchain4.1.0, Go SDK 1.25.7bazel test //.../bazel build //cmd/...withsetup-bazelcachinggha-analyzeris invoked without any URLsTest plan
bazel build //...— 29 targets build successfullybazel test //...— 9/9 tests passbazel run //cmd/gha-analyzer -- --help— binary runsgha-analyzerwith no args shows error and exits 1🤖 Generated with Claude Code