List PRs without reviewer
list_prs_without_reviewerList open pull requests without an assigned reviewer, optionally filtered by creation time within a specified number of hours.
Instructions
Find open pull requests that have no reviewer assigned, optionally within a time window. Use this for: 'which PRs have no reviewer?', 'unreviewed PRs in last 24 hours', 'PRs waiting for review this week'. Use the hours parameter to filter by creation date (e.g. hours=24 for last 24 hours). Omit hours to return all open PRs without a reviewer regardless of age.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Azure DevOps project name or id. Defaults to AZDO_PROJECT if set. | |
| hours | No | Only include PRs created in the last N hours. Omit for all time. | |
| top | No | Max PRs to fetch. Default: 200. |