Skip to content

Commit 163112f

Browse files
committed
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>
1 parent dc0752f commit 163112f

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

.coderabbit.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ chat:
88
art: false
99

1010
reviews:
11+
# Skip reviews for PRs with [citest_skip] in the title
12+
auto_review:
13+
ignore_title_keywords:
14+
- "[citest_skip]"
15+
1116
# Disable fun features
1217
poem: false
1318
in_progress_fortune: false

contributing.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ are likely to be suitable for new contributors!
2020
**Code** is managed on [Github](https://github.com/linux-system-roles/kernel_settings), using
2121
[Pull Requests](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests).
2222

23+
## AI Coding Assistants
24+
25+
The `.coderabbit.yaml` configuration file in the repository root contains coding
26+
standards and requirements that can be used by AI coding assistants to help
27+
generate code that follows project conventions.
28+
2329
## Python Code
2430

2531
The Python code needs to be **compatible with the Python versions supported by

0 commit comments

Comments
 (0)