Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: "en-US"
reviews:
profile: "chill"
high_level_summary: true
poem: false
review_status: true
review_details: false
auto_review:
enabled: true
drafts: false
path_instructions:
- path: "dist/**"
instructions: "Ignore these generated build files."
- path: "test/**"
instructions: "Verify that the tests are comprehensive and cover the changes."
- path: "src/**"
instructions: "Ensure code follows the project's modular architecture and separation of concerns."
chat:
auto_reply: true
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ root = true
indent_style = space
indent_size = 2
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,11 @@ When used in a Pull Request, the action generates a summary and a detailed table
<details open>
<summary>View details</summary>

| Packages | Operation | Base | Target | Link |
| -------- | --------- | --------- | --------- | ------------------------------------------------------------------- |
| express | Upgraded | `4.17.1` | `4.18.2` | [Compare](https://www.npmjs.com/package/express?activeTab=versions) |
| lodash | Upgraded | `4.17.20` | `4.17.21` | [Compare](https://www.npmjs.com/package/lodash?activeTab=versions) |
| axios | Added | - | `1.4.0` | [Compare](https://www.npmjs.com/package/axios?activeTab=versions) |
| Packages | Operation | Base | Target | Link |
| -------- | --------- | --------- | --------- | ----------------------------------------------------------------- |
| express | Upgraded | `4.17.1` | `4.18.2` | [Compare](https://npmdiff.dev/express/4.17.1/4.18.2/) |
| lodash | Upgraded | `4.17.20` | `4.17.21` | [Compare](https://npmdiff.dev/lodash/4.17.20/4.17.21/) |
| axios | Added | - | `1.4.0` | [Details](https://www.npmjs.com/package/axios?activeTab=versions) |

</details>

Expand Down
6 changes: 3 additions & 3 deletions dist/index.js

Large diffs are not rendered by default.

Loading