ci: Skip reviews for PRs with [citest_skip] in the title

- Add info about .coderabbit.yam for AI assistants to contributing.md
- Note that CodeRabbit uses config from the main branch so this change will apply
after this PR is merged.

Signed-off-by: Sergei Petrosian <spetrosi@redhat.com>
This commit is contained in:
Sergei Petrosian 2026-05-21 10:09:35 +02:00 committed by Sergei Petrosian
parent 59f4ef91ee
commit fd99c0b783
2 changed files with 11 additions and 0 deletions

View file

@ -8,6 +8,11 @@ chat:
art: false
reviews:
# Skip reviews for PRs with [citest_skip] in the title
auto_review:
ignore_title_keywords:
- "[citest_skip]"
# Disable fun features
poem: false
in_progress_fortune: false

View file

@ -20,6 +20,12 @@ are likely to be suitable for new contributors!
**Code** is managed on [Github](https://github.com/linux-system-roles/network), using
[Pull Requests](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests).
## AI Coding Assistants
The `.coderabbit.yaml` configuration file in the repository root contains coding
standards and requirements that can be used by AI coding assistants to help
generate code that follows project conventions.
## Python Code
The Python code needs to be **compatible with the Python versions supported by