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

walkthrough #392

Merged
merged 2 commits into from
Jul 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,11 @@ inputs:
default: |
Provide your final response in the `markdown` format with
the following content:
- High-level summary (comment on the overall change instead of
specific files within 80 words)
- Table of files and their summaries. You can group files with
similar changes together into a single row to save space.
- *Walkthrough*: A high-level summary of the
overall change instead of specific files within 80 words.
- *Changes*: A table of files and their summaries. You can group
files with similar changes together into a single row to conserve
space.

Avoid additional commentary as this summary will be added as a
comment on the GitHub pull request.
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/review.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ Files that changed from the base of the PR and between ${highestReviewedCommitId
} commits.
</details>
<details>
<summary>Files selected ${filesAndChanges.length}</summary>
<summary>Files selected (${filesAndChanges.length})</summary>

${filesAndChanges
.map(([filename, , , patches]) => `* ${filename} (${patches.length} hunks)`)
Expand Down