Skip to content

Commit 1e124b0

Browse files
authored
Merge pull request #684 from linear-b/update-exclude-list-for-ai-2
fix last update
2 parents 5505eb6 + 95f9de5 commit 1e124b0

File tree

1 file changed

+2
-37
lines changed

1 file changed

+2
-37
lines changed

docs/automation-actions.md

Lines changed: 2 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -401,44 +401,9 @@ GUIDELINES: |
401401
TEMPLATE: {{ ".github/PULL_REQUEST_TEMPLATE.md" | readFile() | dump }}
402402
```
403403

404-
The following files are automatically excluded from the describe changes.
404+
!!! tip "Excluded Files"
405405

406-
| File type | Filter type | Values|
407-
| - | - | - |
408-
| 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` |
409-
| Data | Regex | `.*dist/.*\.js$` `.*public/assets/.*\.js$` |
410-
| Pipeline | Regex | `.*ci\.yml$` |
411-
412-
| Lock File Name | Programming Language | Package Manager |
413-
|-------------------------|----------------------|----------------------|
414-
| `package-lock.json` | JavaScript | npm |
415-
| `yarn.lock` | JavaScript | Yarn |
416-
| `npm-shrinkwrap.json` | JavaScript | npm |
417-
| `Pipfile.lock` | Python | pipenv |
418-
| `poetry.lock` | Python | Poetry |
419-
| `conda-lock.yml` | Python | conda |
420-
| `Gemfile.lock` | Ruby | Bundler |
421-
| `composer.lock` | PHP | Composer |
422-
| `packages.lock.json` | .NET | NuGet |
423-
| `project.assets.json` | .NET | .NET Core |
424-
| `pom.xml` | Java | Maven |
425-
| `Cargo.lock` | Rust | Cargo |
426-
| `mix.lock` | Elixir | Mix |
427-
| `pubspec.lock` | Dart/Flutter | pub |
428-
| `go.sum` | Go | Go modules |
429-
| `stack.yaml.lock` | Haskell | Stack |
430-
| `vcpkg.json` | C++ | vcpkg |
431-
| `conan.lock` | C++ | Conan |
432-
| `ivy.xml` | Scala | sbt/Ivy |
433-
| `project.clj` | Clojure | Leiningen |
434-
| `Podfile.lock` | Swift/Objective-C | CocoaPods |
435-
| `Cartfile.resolved` | Swift/Objective-C | Carthage |
436-
| `flake.lock` | Nix | Nix |
437-
| `pnpm-lock.yaml` | JavaScript | pnpm |
438-
439-
!!! tip
440-
441-
You can also filter more files, using [`config.ignore_files`](/cm-file/#configignore_files).
406+
The `describe-changes` action processes the same files as `code-review`. For details see [`code-review`](#code-review).
442407

443408
#### `explain-code-experts` :fontawesome-brands-github: :fontawesome-brands-gitlab: :fontawesome-brands-bitbucket:
444409

0 commit comments

Comments
 (0)