Open coderabbitai[bot] opened 1 month ago
@coderabbitai Give me the contents of the .coderabbit.yaml
configuration file that addresses this issue.
[!TIP] For best results, initiate chat on the files or code changes.
@ccamel, based on the previous learnings, here's the contents of the .coderabbit.yaml
file that addresses this issue:
path_filters:
exclude:
- api/**
- graphs/**
- history/**
This configuration will exclude the graphs
, and history
folders from being reviewed by CodeRabbit, as they contain generated files from Upptime.
As requested by @ccamel, we should add a
.coderabbit.yaml
configuration file to the root directory of the repository to exclude theapi
,graphs
andhistory
folders from being reviewed by CodeRabbit, as they contain generated files from the Upptime monitoring tool.Pull Request: https://github.com/axone-protocol/status/pull/72 Comment: https://github.com/axone-protocol/status/pull/72#discussion_r1780063844