diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 8aca644..864fba5 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -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 diff --git a/contributing.md b/contributing.md index e05d6a6..690b8a0 100644 --- a/contributing.md +++ b/contributing.md @@ -20,6 +20,12 @@ are likely to be suitable for new contributors! **Code** is managed on [Github](https://github.com/linux-system-roles/trustee_server), 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. + ## Running CI Tests Locally ### Use tox-lsr with qemu