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
Copy file name to clipboardExpand all lines: .github/workflows/pr-nitpick-reviewer.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,7 @@ For each nitpick found, decide on the appropriate output type:
171
171
**Format:**
172
172
```json
173
173
{
174
-
"body": "## Overall Observations\n\nI noticed a few patterns across the PR:\n\n1. **Naming consistency**: Consider standardizing variable naming...\n2. **Good practices**: Excellent use of early returns!\n\nSee inline review comments for specific suggestions."
174
+
"body": "### Overall Observations\n\nI noticed a few patterns across the PR:\n\n1. **Naming consistency**: Consider standardizing variable naming...\n2. **Good practices**: Excellent use of early returns!\n\nSee inline review comments for specific suggestions."
175
175
}
176
176
```
177
177
@@ -192,66 +192,66 @@ Create a comprehensive markdown report using the imported `reporting.md` format:
192
192
**Report Structure:**
193
193
194
194
```markdown
195
-
# PR Nitpick Review Summary - [DATE]
195
+
###PR Nitpick Review Summary - [DATE]
196
196
197
197
Brief overview of the review findings and key patterns observed.
0 commit comments