We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af12515 commit ba93380Copy full SHA for ba93380
1 file changed
.github/workflows/pr-bot.yml
@@ -1,7 +1,7 @@
1
name: AI-assisted
2
on:
3
pull_request:
4
- types: [ready_for_review, opened, synchronize, reopened]
+ types: [ready_for_review, opened, reopened]
5
6
jobs:
7
summary:
@@ -23,4 +23,5 @@ jobs:
23
model: anthropic--claude-4-sonnet
24
exclude-files: package-lock.json, uv.lock
25
footer-text: |
26
- Always critique what AI says. Do not let AI replace YOUR I.
+ ---
27
+ > Always critique what AI says. Do not let AI replace YOUR I.
0 commit comments