From 1b7414d7a12f1c6fd20cf9ca7c8fc4e033be3291 Mon Sep 17 00:00:00 2001 From: Dayuan Jiang <34411969+DayuanJiang@users.noreply.github.com> Date: Sat, 29 Nov 2025 13:03:27 +0900 Subject: [PATCH] Update .github/workflows/claude-code.yml Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/workflows/claude-code.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/claude-code.yml b/.github/workflows/claude-code.yml index 4a835b5..5c94e36 100644 --- a/.github/workflows/claude-code.yml +++ b/.github/workflows/claude-code.yml @@ -74,7 +74,11 @@ jobs: This is a personal project - an AI-powered draw.io diagram generator built with: - Next.js 15 with React 19 - - Vercel AI SDK (streamText, useChat, tool calling) + - Multiple AI providers: Bedrock, Anthropic, OpenAI, Google, Azure, OpenRouter, Ollama + + First, check previous review comments from github-actions bot using `gh api repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/comments`. + For each previous comment: + - If the issue is fixed in the current code, resolve the comment thread using: - Multiple AI providers: Bedrock, Anthropic, OpenAI, Google, Azure, OpenRouter, Ollama STEP 1: Check existing comments to avoid duplicates.