Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
update changelog
  • Loading branch information
alexcoderabbitai committed Jul 17, 2025
commit 0f70f20c0db2c417c40fb0764861e88f9fb1d540
18 changes: 18 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ description: The latest updates and changes to CodeRabbit.
sidebar_position: 13
---

## July 17, 2025

### Enhanced Reporting Capabilities

We're excited to announce significant improvements to our reporting system that will make your automated reports more powerful and actionable!

#### Exclusion Filters with NOT_IN Option

Reports now support exclusion filters using the `NOT_IN` option, allowing you to filter out pull requests based on their repository, label, user, or team. This gives you more granular control over what appears in your reports, helping you focus on the most relevant information.

#### Next Steps Section in Daily Standup Reports

We've enhanced the default daily standup report template to include a "Next Steps" section. This provides clear guidance on what actions authors and reviewers should take regarding each pull request or change, making your reports more actionable and helping teams stay on track.

#### CI/CD GitHub Action Check Status Integration

Reports now include CI/CD GitHub Action check status as a data source. Your reports will be aware of which CI/CD checks are failing or passing, giving you better visibility into the health of your pull requests and helping identify potential issues before they become blockers.

## July 10, 2025

### Enhanced Python Static Analysis: nbqa Support for Jupyter Notebooks
Expand Down