diff --git a/.github/workflows/openai-review.yml b/.github/workflows/openai-review.yml index e4158c6e..96ac49a1 100644 --- a/.github/workflows/openai-review.yml +++ b/.github/workflows/openai-review.yml @@ -32,3 +32,6 @@ jobs: with: debug: true review_comment_lgtm: false + path_filters: | + !dist/** + !**/*.lock diff --git a/action.yml b/action.yml index bcd169ac..d10737bf 100644 --- a/action.yml +++ b/action.yml @@ -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: