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

improve summary grouping #62

Merged
merged 1 commit into from
Mar 19, 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
3 changes: 3 additions & 0 deletions .github/workflows/openai-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ jobs:
with:
debug: true
review_comment_lgtm: false
path_filters: |
!dist/**
!**/*.lock
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ inputs:
the following content:
- Thank the user for letting you participate in the code review.
- High-level summary (focus on the purpose and intent within 80 words)
- Table of files and their summaries
- Table of files and their summaries. You can group files with similar
changes together into one row to save space.

Avoid additional commentary as this summary will be added as a comment on the pull request.
summarize_release_notes:
Expand Down