Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit 8858b53

Browse files
committed
walkthrough
1 parent 33d6f1c commit 8858b53

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ inputs:
174174
default: |
175175
Provide your final response in the `markdown` format with
176176
the following content:
177-
- High-level summary (comment on the overall change instead of
178-
specific files within 80 words)
177+
- Walkthrough based on a high-level summary (comment on the
178+
overall change instead of specific files within 80 words)
179179
- Table of files and their summaries. You can group files with
180180
similar changes together into a single row to save space.
181181

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/review.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ Files that changed from the base of the PR and between ${highestReviewedCommitId
269269
} commits.
270270
</details>
271271
<details>
272-
<summary>Files selected ${filesAndChanges.length}</summary>
272+
<summary>Files selected (${filesAndChanges.length})</summary>
273273
274274
${filesAndChanges
275275
.map(([filename, , , patches]) => `* ${filename} (${patches.length} hunks)`)

0 commit comments

Comments
 (0)