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

Commit aa060c6

Browse files
authored
improve summary grouping (#62)
<!-- This is an auto-generated comment: release notes by openai --> ### Summary by OpenAI **Release Notes** This pull request introduces improvements to the summary grouping by adding a table of files and their summaries to the pull request summary, allowing grouping of similar changes. Additionally, path filters have been added to exclude `dist` and `lock` files from the review process. This is a documentation enhancement that should help users better understand the changes made in the pull request. <!-- end of auto-generated comment: release notes by openai -->
1 parent 0eb004b commit aa060c6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/openai-review.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ jobs:
3232
with:
3333
debug: true
3434
review_comment_lgtm: false
35+
path_filters: |
36+
!dist/**
37+
!**/*.lock

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ inputs:
100100
the following content:
101101
- Thank the user for letting you participate in the code review.
102102
- High-level summary (focus on the purpose and intent within 80 words)
103-
- Table of files and their summaries
103+
- Table of files and their summaries. You can group files with similar
104+
changes together into one row to save space.
104105
105106
Avoid additional commentary as this summary will be added as a comment on the pull request.
106107
summarize_release_notes:

0 commit comments

Comments
 (0)