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

Commit

Permalink
walkthrough (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
harjotgill authored Jul 30, 2023
1 parent 33d6f1c commit a133f76
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
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

0 comments on commit a133f76

Please sign in to comment.