Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 95c6698

Browse files
authoredMar 6, 2025··
adding branch info to reporting (#242)
1 parent 30c400a commit 95c6698

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎docs/guides/custom-reports.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ Your custom reports can access the following PR information that you can referen
8686
- `Created at`: datetime - When the PR was created
8787
- `Last activity`: datetime - Most recent activity timestamp
8888
- `Closed at`: datetime (if applicable) - When the PR was closed
89+
- `Source branch`: string - Source branch name
90+
- `Target branch`: string - Target branch name
8991

9092
#### Additional Context
9193

0 commit comments

Comments
 (0)
Please sign in to comment.