Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .backlog/tasks/task-4 - Add-AI-powered-PR-review.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
---
id: TASK-4
title: Add AI-powered PR review
status: To Do
assignee: []
status: In Progress
assignee:
- claude
- piotrzajac
created_date: '2026-04-07 20:56'
updated_date: '2026-04-10 14:24'
labels:
- ci-cd
- dx
Expand Down
21 changes: 21 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# CodeRabbit configuration for AutoFixture.XUnit2.AutoMock
# https://docs.coderabbit.ai/getting-started/configure-coderabbit
#
# One-time prerequisite: install the CodeRabbit GitHub App at the org/repo level.
# https://github.com/apps/coderabbit-ai

language: "en-US"

reviews:
profile: "chill"
request_changes_workflow: false
high_level_summary: true
poem: false
review_status: true
auto_apply_labels: true
auto_review:
enabled: true
drafts: false

chat:
auto_reply: true
3 changes: 3 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Summary

<!-- Placeholder in the PR description that CodeRabbit replaces with the high-level summary. -->
@coderabbitai summary

Closes #

- Please add a description of the issue this PR is addressing. Link the relevant issue if applicable.
Expand Down