Skip to content

Commit ba93380

Browse files
committed
Limit to 1 review per pull request
1 parent af12515 commit ba93380

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pr-bot.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: AI-assisted
22
on:
33
pull_request:
4-
types: [ready_for_review, opened, synchronize, reopened]
4+
types: [ready_for_review, opened, reopened]
55

66
jobs:
77
summary:
@@ -23,4 +23,5 @@ jobs:
2323
model: anthropic--claude-4-sonnet
2424
exclude-files: package-lock.json, uv.lock
2525
footer-text: |
26-
Always critique what AI says. Do not let AI replace YOUR I.
26+
---
27+
> Always critique what AI says. Do not let AI replace YOUR I.

0 commit comments

Comments
 (0)