diff --git a/action.yml b/action.yml index 9a588e4b..1f2ae6e1 100644 --- a/action.yml +++ b/action.yml @@ -41,6 +41,7 @@ inputs: !**/*.ini !**/*.mod !**/*.sum + !**/*.work !**/*.json !**/*.mmd !**/*.svg diff --git a/dist/index.js b/dist/index.js index 30d38cd8..69327122 100644 --- a/dist/index.js +++ b/dist/index.js @@ -6311,8 +6311,7 @@ ${skipped_files_to_summarize.length > 0 } await Promise.all(reviewPromises); // comment about skipped files for review and summarize - if (skipped_files_to_review.length > 0 || - skipped_files_to_summarize.length > 0) { + if (skipped_files_to_review.length > 0) { const tag = ''; // make bullet points for skipped files const comment = ` diff --git a/src/review.ts b/src/review.ts index c4a62cec..0a178c70 100644 --- a/src/review.ts +++ b/src/review.ts @@ -444,10 +444,7 @@ ${ await Promise.all(reviewPromises) // comment about skipped files for review and summarize - if ( - skipped_files_to_review.length > 0 || - skipped_files_to_summarize.length > 0 - ) { + if (skipped_files_to_review.length > 0) { const tag = '' // make bullet points for skipped files const comment = `