getPullRequestComments
List discussion comments on a pull request by owner, repo, and PR number. Use optional since/before ISO timestamps to filter comments created within a specific timeframe.
Instructions
List discussion comments on a pull request. Supports since/before filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| owner | Yes | Repository owner | |
| since | No | Only comments created after this ISO timestamp | |
| before | No | Only comments created before this ISO timestamp | |
| pull_number | Yes | Pull request number |