From 1372777687090e52751efe0545b472d6bc82c9c9 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 5 Mar 2025 19:19:54 -0500 Subject: [PATCH] adding branch info to reporting --- docs/guides/custom-reports.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guides/custom-reports.md b/docs/guides/custom-reports.md index 030c55ca..791c0211 100644 --- a/docs/guides/custom-reports.md +++ b/docs/guides/custom-reports.md @@ -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