get_recent_commits
Retrieve recent commits for a service to identify changes. Specify the service name and optionally a start date to filter commits.
Instructions
Get recent commits for a service to identify recent changes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | ISO date string to get commits since | |
| perPage | No | Number of commits to fetch (default: 10) | |
| serviceName | Yes | Name of the service |