Skip to content

Update Claude GitHub Actions workflows#94

Merged
javdl merged 1 commit intomainfrom
update-claude-github-actions
Feb 25, 2026
Merged

Update Claude GitHub Actions workflows#94
javdl merged 1 commit intomainfrom
update-claude-github-actions

Conversation

@javdl
Copy link
Contributor

@javdl javdl commented Feb 25, 2026

Summary

  • Switch from @beta to claude-code-action@v1 with OAuth token authentication
  • Use code-review plugin from marketplace instead of hardcoded review prompts
  • Add actions: read permission for CI result access
  • Expand allowed tools with gh CLI commands
  • Add ready_for_review and reopened PR triggers for code review

🤖 Generated with Claude Code

- 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>
@javdl javdl force-pushed the update-claude-github-actions branch from 7fabc53 to ac30e58 Compare February 25, 2026 11:54
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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 {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge 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 👍 / 👎.

@javdl javdl merged commit e39f087 into main Feb 25, 2026
5 of 6 checks passed
@javdl javdl deleted the update-claude-github-actions branch February 25, 2026 11:56
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.

1 participant