Skip to content

Commit af675d2

Browse files
authored
Update agent-docusarus-dev.yml
1 parent b931a73 commit af675d2

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/agent-docusarus-dev.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docusaurus Project Evaluation
1+
name: Claude Code Documentation Review
22

33
on:
44
pull_request:
@@ -135,12 +135,9 @@ jobs:
135135
}
136136
}
137137
138-
const summary = `## 🤖 Claude Docusaurus Review
139-
140-
${reviewContent}
141-
142-
---
143-
<sub>Automated review by Claude Code</sub>`;
138+
const summary = "## 🤖 Claude Docusaurus Review\n\n" +
139+
reviewContent +
140+
"\n\n---\n<sub>Automated review by Claude Code</sub>";
144141
145142
await github.rest.issues.createComment({
146143
issue_number: context.issue.number,

0 commit comments

Comments
 (0)