Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Config from .coderabbit.yaml path_filters doesn't seem to be used #497

Open
raphaelvarieras opened this issue Nov 9, 2023 · 2 comments
Open

Comments

@raphaelvarieras
Copy link

I have a project in which I actually specifically want to include YAML and CSV files. Yet even when adding these into my .coderabbit.yaml file, they seem to still get excluded.

icoderabbit.yaml:

language: "en"
early_access: true
reviews:
  path_filters:
    - "**/*.yaml"
    - "**/*.yml"
    - "**/*.csv"
  auto_review:
    enabled: true
    drafts: false
chat:
  auto_reply: true
@guritfaq
Copy link
Collaborator

@raphaelvarieras The .coderabbit.yaml is intended for CodeRabbit Pro. If you are using ai-pr-reviewer (OSS), you should use .github/workflows/ai-pr-reviewer.yml instead.

@raphaelvarieras
Copy link
Author

Ah ok, thank you. And so how can I specify path filters in the Github action? I tried adding in with: block but it didn't seem to work for me.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants