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/arduino-compile.yml
+26-69Lines changed: 26 additions & 69 deletions
Original file line number
Diff line number
Diff line change
@@ -714,7 +714,7 @@ jobs:
714
714
715
715
# Build the prompt
716
716
read -r -d '' PROMPT << 'EOF'
717
-
You are a code review assistant. Analyze the following pull request and provide a comprehensive summary.
717
+
You are a code review assistant. Analyze the following pull request and provide a categorized summary of changes.
718
718
719
719
**IMPORTANT:** Focus ONLY on the actual code changes listed below. Do NOT mention or summarize any GitHub Actions workflow files (.github/workflows/) as those have been filtered out.
720
720
@@ -729,10 +729,7 @@ jobs:
729
729
%FILES%
730
730
731
731
## Your Task
732
-
Provide a well-structured summary with these sections:
733
-
734
-
### 📋 Overview
735
-
Write 2-3 sentences describing what this PR accomplishes overall.
732
+
Provide ONLY the following section in clean markdown format:
736
733
737
734
### 🔄 Changes by Category
738
735
Group the changes into relevant categories such as:
@@ -745,20 +742,7 @@ jobs:
745
742
- **Configuration**: Config file changes
746
743
747
744
Only include categories that apply. Use bullet points for each change.
748
-
749
-
### ⚠️ Notable Details
750
-
Highlight any:
751
-
- Breaking changes
752
-
- Security considerations
753
-
- Performance implications
754
-
- Migration requirements
755
-
756
-
If none, write "No notable concerns identified."
757
-
758
-
### 👀 Suggested Review Focus
759
-
List 2-4 specific areas or files reviewers should pay close attention to.
760
-
761
-
Format everything in clean markdown.
745
+
Do NOT include any other sections, headers, or conclusions.
762
746
EOF
763
747
764
748
# Replace placeholders (remove jq quotes)
@@ -828,62 +812,35 @@ jobs:
828
812
pull_number: context.issue.number,
829
813
});
830
814
831
-
// Create enhanced PR body with AI summary
832
-
const marker = '<!-- pr-commit-summary-bot -->';
833
-
const summarySection = `${marker}
834
-
835
-
${summary}
815
+
// Create PR body with only Changes by Category section
0 commit comments