Skip to content

Commit 91b2eb2

Browse files
committed
exclude image files from ai review
1 parent 52fb0ab commit 91b2eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_reviewer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
with:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # The GITHUB_TOKEN is there by default so you just need to keep it like it is and not necessarily need to add it as secret as it will throw an error. [More Details](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret)
2121
LAB45_API_KEY: ${{ secrets.LAB45_API_KEY }}
22-
exclude: "**/*.json, **/*.md" # Optional: exclude patterns separated by commas
22+
exclude: "**/*.json, **/*.md, **/*.jpg, **/*.png, **/*.jpeg, **/*.bmp, **/*.webp" # Optional: exclude patterns separated by commas

0 commit comments

Comments
 (0)