Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

adding branch info to reporting #242

Merged
merged 1 commit into from
Mar 6, 2025
Merged
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
2 changes: 2 additions & 0 deletions docs/guides/custom-reports.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ Your custom reports can access the following PR information that you can referen
- `Created at`: datetime - When the PR was created
- `Last activity`: datetime - Most recent activity timestamp
- `Closed at`: datetime (if applicable) - When the PR was closed
- `Source branch`: string - Source branch name
- `Target branch`: string - Target branch name

#### Additional Context

Expand Down