Skip to content

ci: make automated PR review manual-only#204

Merged
ajamous merged 1 commit into
mainfrom
chore/pr-review-manual-trigger
Jun 16, 2026
Merged

ci: make automated PR review manual-only#204
ajamous merged 1 commit into
mainfrom
chore/pr-review-manual-trigger

Conversation

@ajamous

@ajamous ajamous commented Jun 16, 2026

Copy link
Copy Markdown
Collaborator

What

Changes .github/workflows/claude-code-review.yml to trigger on workflow_dispatch (manual) instead of pull_request: [opened, synchronize].

Why

The automated review ran on every push to every PR, posting a fresh review comment each time. On PR #202 this produced 18 stacked bot comments (including duplicate full reviews and a couple of stray "test" comments) that buried the human discussion. Making it manual-only stops the per-push flooding while keeping the capability available on demand.

Effect

  • No automated review on PR open/push anymore.
  • Run it deliberately when wanted, from the Actions tab (Run workflow) or:
    gh workflow run "Claude Code Review" --ref <branch>
    
  • The on-demand @claude assistant (claude.yml) is unchanged — it only runs when explicitly mentioned.

No application code touched; this is CI configuration only.


Generated by Claude Code

The review workflow ran on every PR push (pull_request: opened,
synchronize), posting a fresh automated review comment each time and
crowding out human discussion on PRs. Switch it to workflow_dispatch so
it only runs on demand. The @claude on-demand assistant (claude.yml) is
unaffected.
@ajamous
ajamous merged commit 76abb77 into main Jun 16, 2026
3 checks passed
@ajamous
ajamous deleted the chore/pr-review-manual-trigger branch June 16, 2026 05:09
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