From 730541dd0f328b60b47ee55c043a975cc1ff1f45 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 25 Apr 2026 16:26:49 +0000 Subject: [PATCH] ci: enable Claude Code review and @claude responder workflows Rename .disable suffix off claude-code-review.yml and claude.yml so the official anthropics/claude-code-action runs on PR events and on @claude mentions. Uses the existing CLAUDE_CODE_OAUTH_TOKEN secret. https://claude.ai/code/session_01UCYhQp5BYJRzWEbxCanHrZ --- .../{claude-code-review.yml.disable => claude-code-review.yml} | 0 .github/workflows/{claude.yml.disable => claude.yml} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{claude-code-review.yml.disable => claude-code-review.yml} (100%) rename .github/workflows/{claude.yml.disable => claude.yml} (100%) diff --git a/.github/workflows/claude-code-review.yml.disable b/.github/workflows/claude-code-review.yml similarity index 100% rename from .github/workflows/claude-code-review.yml.disable rename to .github/workflows/claude-code-review.yml diff --git a/.github/workflows/claude.yml.disable b/.github/workflows/claude.yml similarity index 100% rename from .github/workflows/claude.yml.disable rename to .github/workflows/claude.yml