From 364f7801e1d9444eb166c4ea9c94d3fddd94466a Mon Sep 17 00:00:00 2001 From: Aam Date: Wed, 2 Oct 2024 12:17:07 +0200 Subject: [PATCH] chore(coderabbit): remove coderabbit config file as global settings takes precedence (#33) ## Summary by CodeRabbit - **Chores** - Removed configuration settings related to the YAML language server, including language and tone instructions. - Updated ownership designations by removing the `.coderabbit.yaml` file from the `@inetum-poland/devops-admins` team. --- .coderabbit.yaml | 17 ----------------- .github/CODEOWNERS | 1 - 2 files changed, 18 deletions(-) delete mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml deleted file mode 100644 index f1cb025..0000000 --- a/.coderabbit.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json -language: "en-US" -early_access: true -tone_instructions: "Please act as we were in Tolkien's Middle-earth. Write in the style of J.R.R. Tolkien." -reviews: - profile: assertive - request_changes_workflow: true - high_level_summary: true - poem: false - review_status: true - collapse_walkthrough: false - auto_review: - enabled: true - ignore_title_keywords: [] - drafts: false -chat: - auto_reply: true diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c607e8a..85ee8b4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,4 @@ /.github/ @inetum-poland/devops-admins -.coderabbit.yaml @inetum-poland/devops-admins .pre-commit-config.yaml @inetum-poland/devops-admins .mise.toml @inetum-poland/devops-admins