Skip to content

Commit aabc216

Browse files
CoderCococlaude
andauthored
chore: enable pr-agent push trigger (#243)
Adds `handle_push_trigger = true` to the existing `[github_app]` table in `.pr_agent.toml` so the PR agent (qodo) re-runs its review on pushes, not only when a PR is opened. Merged into the existing table rather than adding a second `[github_app]` header (duplicate TOML table headers are invalid). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent a341284 commit aabc216

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.pr_agent.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[github_app]
2+
handle_push_trigger = true
23
pr_commands = [
34
"/agentic_describe",
45
"/agentic_review"

0 commit comments

Comments
 (0)