You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. **Integration**: How do changes affect other contracts that interact with this one?
99
-
100
-
For each issue found:
101
-
- Use inline comment on the specific line
102
-
- Explain the problem
103
-
- Provide a suggested fix as a diff block:
104
-
```diff
105
-
- old code
106
-
+ new code
107
-
```
108
-
109
-
Use top-level comment for summary only.
110
-
111
-
claude_args: |
112
-
--allowedTools "Read,Glob,Grep,mcp__github_inline_comment__create_inline_comment,Bash(git fetch:*),Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr checks:*),Bash(gh run list:*),Bash(gh run view:*)"
113
-
--system-prompt "If you inspect CI logs, never paste raw logs. Summarize likely cause only. Redact tokens, keys, credentials, or URLs with credentials. If unsure, say log may contain sensitive data and stop."
114
-
--max-turns 15
25
+
#auto-review:
26
+
# if: |
27
+
# github.event_name == 'pull_request' &&
28
+
# !github.event.pull_request.draft &&
29
+
# !github.event.pull_request.head.repo.fork
30
+
# runs-on: ubuntu-latest
31
+
# timeout-minutes: 15
32
+
# permissions:
33
+
# contents: read
34
+
# pull-requests: write
35
+
# id-token: write
36
+
# actions: read
37
+
# steps:
38
+
# # Checkout base branch (trusted) - Claude reads PR diff via gh pr diff
39
+
# # This avoids CodeQL "checkout of untrusted code in trusted context" warning
# 3. **Integration**: How do changes affect other contracts that interact with this one?
99
+
#
100
+
# For each issue found:
101
+
# - Use inline comment on the specific line
102
+
# - Explain the problem
103
+
# - Provide a suggested fix as a diff block:
104
+
# ```diff
105
+
# - old code
106
+
# + new code
107
+
# ```
108
+
#
109
+
# Use top-level comment for summary only.
110
+
#
111
+
# claude_args: |
112
+
# --allowedTools "Read,Glob,Grep,mcp__github_inline_comment__create_inline_comment,Bash(git fetch:*),Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr checks:*),Bash(gh run list:*),Bash(gh run view:*)"
113
+
# --system-prompt "If you inspect CI logs, never paste raw logs. Summarize likely cause only. Redact tokens, keys, credentials, or URLs with credentials. If unsure, say log may contain sensitive data and stop."
114
+
# --max-turns 15
115
115
116
116
# Job 2: @claude mentions in any PR comment (members only)
117
117
# - issue_comment: PR conversation comments (no fork info available, member-check is sufficient)
0 commit comments