Conversation
- Switch to claude-code-action@v1 with OAuth token - Use code-review plugin from marketplace - Add actions:read permission for CI result access - Expand allowed tools with gh CLI commands - Add ready_for_review and reopened PR triggers Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7fabc53 to
ac30e58
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7fabc536d8
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
flake.nix
Outdated
| devShells = forAllSystems ({ pkgs }: { | ||
| devShells = forAllSystems ({ pkgs }: | ||
| let | ||
| prek = pkgs.stdenv.mkDerivation { |
There was a problem hiding this comment.
Skip build phases for prebuilt prek archive
The new prek package is defined with stdenv.mkDerivation but only overrides installPhase, so Nix will still run the default configurePhase/buildPhase (make) before install. Because this source is a precompiled release tarball (not a buildable project), nix develop can fail before prek is available, which in turn breaks the new .github/workflows/prek.yml job that runs nix develop --command prek run --all-files.
Useful? React with 👍 / 👎.
Summary
@betatoclaude-code-action@v1with OAuth token authenticationactions: readpermission for CI result accessghCLI commandsready_for_reviewandreopenedPR triggers for code review🤖 Generated with Claude Code