track_open_prs
Check the current status of a pull request by providing the repository and PR number to see if it is open, awaiting changes, approved, merged, or closed.
Instructions
Track status of PRs (open, changes requested, approved, merged, closed)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Target repository in "owner/repo" format | |
| prNumber | Yes | Pull request number to inspect |