analyze_pending_reviews
Discover pull requests needing review in Azure DevOps. Filter by age and creator, and detect stale PRs.
Instructions
Discover PRs needing review attention across a repository.
Lists active PRs, filters by age and creator, and enriches each with staleness detection data.
Args: max_days_old: Exclude PRs older than this many days. Default 30. creator_filter: Optional substring match on PR creator. working_directory: Optional path for context resolution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_days_old | No | ||
| creator_filter | No | ||
| working_directory | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |