Skip to content
Open
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
10 changes: 10 additions & 0 deletions guides/developer/pull-requests.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ Each row represents a pull request Lightdash created on your behalf. The table s

If a project has no pull requests yet, the table shows an empty state.

### AI review remediations

When an AI agent opens a pull request to fix a finding flagged in an AI review, the row shows a **Fixes review** label with the original finding's title and root cause, plus quick links to the source context:

- **View review**: jumps to the finding in the AI **Reviews** admin page.
- **View thread**: opens the source review thread in a side preview without leaving the pull requests table.
- **View PR**: opens the pull request in GitHub or GitLab.

This makes it easy to trace a pull request back to the review finding it resolves, so you can confirm the change addresses the right issue before merging.

### Sources

The **source** tag tells you which part of Lightdash opened the pull request:
Expand Down
Loading