Skip to content

Commit

Permalink
action.yml: exclude test/data directories
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Mar 5, 2024
1 parent ed8380c commit 5c9402e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ runs:
let options = Object.assign({
"debounce_time": "6",
"amplification": "4",
"filterdiff_args": "--exclude=**/package-lock.json --exclude=**/yarn.lock --exclude=**/*.js.map --exclude=**/*.svg",
"filterdiff_args": "--exclude=**/package-lock.json --exclude=**/yarn.lock --exclude=**/*.js.map --exclude=**/*.svg --exclude=**/test/data/**/*",
"openai_models": "gpt-3.5-turbo-0125",
"owner": context.repo.owner,
"repo": context.repo.repo,
Expand Down

0 comments on commit 5c9402e

Please sign in to comment.