fix(claude): publica a review no PR com track_progress: true#10
Open
igoruehara wants to merge 1 commit into
Open
fix(claude): publica a review no PR com track_progress: true#10igoruehara wants to merge 1 commit into
igoruehara wants to merge 1 commit into
Conversation
fix(claude): publica a review no PR com track_progress: true Em modo automacao (prompt sem @claude), a claude-code-action roda o Claude headless e a saida vai pro log, nao pro PR -- por isso o check ficava verde sem postar comentario. track_progress: true forca o modo com tracking comment, fazendo a acao publicar o resumo + os comentarios inline no PR. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> @
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@
Problema
No PR #9 o check Revisão automática ficou verde em 26s mas o Claude não postou nenhum comentário. Causa (confirmada no log do run e na doc da action): em modo automação (
prompt:sem@claude), aclaude-code-actionroda o Claude headless — a saída vai pro log, não pro PR.Correção
Adiciona
track_progress: trueno jobreview. A própria doc da action diz:Com isso a ação cria o tracking comment e o Claude publica o resumo + os comentários inline no PR.
Observação
Este PR edita o
claude.yml, então o checkRevisão automáticavai falhar na validação de segurança (esperado). Merge com bypass de admin. Depois de mergeado, o próximo PR de código (ou um novo push no #9) mostra a review publicada de verdade.🤖 Generated with Claude Code
@