Skip to content

Commit a9778e3

Browse files
authored
Merge pull request #694 from linear-b/fix-ai-excluded-files
Update excluded file types for code review
2 parents 3f4c28e + 8d604e2 commit a9778e3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/automation-actions.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,10 @@ The following files are automatically excluded from the code review.
318318

319319
| File type | Filter type | Values|
320320
| - | - | - |
321-
| Data | Extension | `ini` `csv` `xls` `xlsx` `xlr` `doc` `docx` `txt` `pps` `ppt` `pptx` `dot` `dotx` `log` `tar` `rtf` `dat` `ipynb` `po` `profile` `object` `obj` `dxf` `twb` `bcsymbolmap` `tfstate` `pdf` `rbi` `pem` `crt` `svg` `png` `jpeg` `jpg` `ttf` |
322-
| Data | Regex | `.*dist/.*\.js$` `.*public/assets/.*\.js$` |
323-
| Pipeline | Regex | `.*ci\.yml$` |
321+
| Data | Extension | `ini` `csv` `xls` `xlsx` `xlr` `doc` `docx` `txt` `pps` `ppt` `pptx` `dot` `dotx` `log` `tar` `rtf` `dat` `ipynb` `po` `profile` `object` `obj` `dxf` `twb` `bcsymbolmap` `tfstate` `pdf` `rbi` `pem` `crt` `svg` `png` `jpeg` `jpg` `ttf` `app` `bin` `bmp` `bz2` `class` `db` `dll` `dylib` `egg` `eot` `exe` `gif` `gitignore` `glif` `gradle` `gz` `ico` `jar` `lo` `lock` `mp3` `mp4` `nar` `o` `ogg` `otf` `p` `pickle` `pkl` `pyc` `pyd` `pyo` `rkt` `so` `ss` `tgz` `tsv` `war` `webm` `woff` `woff2` `xz` `zip` `zst` `snap` `lockb` |
322+
| Lock | Regex | `.*(yarn\|gemfile\|podfile\|cargo\|composer\|pipfile\|gopkg)\.lock$` `.*gradle\.lockfile$` `.*lock\.sbt$` |
323+
| Build | Regex | `.*dist/.*\\.js` `.*build/.*\\.js` |
324+
| Data | Regex | `.*public/assets/.*\\.js` |
324325

325326
| Lock File Name | Programming Language | Package Manager |
326327
|-------------------------|----------------------|----------------------|

0 commit comments

Comments
 (0)