get_active_branches
Retrieve branches that have CI activity within a given date range and repository. Filter by start and end dates to focus on active branches.
Instructions
Get branches with CI activity. Optionally filter by repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | End date (YYYY-MM-DD). Defaults to today. | |
| repository | Yes | Repository name (e.g. "Org/repo"). Required by the API. | |
| start_date | No | Start date (YYYY-MM-DD). Defaults to 7 days ago. |