From 7462c6d99f00aa9679fb895a1ca5d2b37aef2ce1 Mon Sep 17 00:00:00 2001 From: Robb Lee Date: Mon, 3 Nov 2025 21:54:52 +0900 Subject: [PATCH] test: add test section for ready_for_review workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a test section to README.md to verify that the Claude Code Review workflow only triggers when PR is marked as "Ready for review" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e215bc4..f230756 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,7 @@ You can check out [the Next.js GitHub repository](https://github.com/vercel/next The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details. + +## Testing Ready for Review Workflow + +This section is for testing the Claude Code Review workflow trigger.