Skip to content

Commit

Permalink
action.yml: exclude svgs from filterdiffs
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Jan 8, 2024
1 parent 1334d84 commit e4ec5b2
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",
"filterdiff_args": "--exclude=**/package-lock.json --exclude=**/yarn.lock --exclude=**/*.js.map --exclude=**/*.svg",
"openai_models": "gpt-3.5-turbo-16k-0613",
"owner": context.repo.owner,
"repo": context.repo.repo,
Expand Down

0 comments on commit e4ec5b2

Please sign in to comment.