delimit_sensor_github_issue
Check a GitHub issue for new comments since the last sensor tick and return a structured signal for routing activity.
Instructions
Check a GitHub issue for new comments since the last sensor tick.
When to use: to monitor a specific outreach / tracking issue for new activity, returning a structured signal for routing. When NOT to use: for repo-wide scans (use delimit_github_scan) or one-shot fetch (delimit_resource_get).
Sibling contrast: delimit_github_scan scans many repos for migrations; this watches one issue for new comments.
Side effects: read-only network call via gh CLI. Validates repo format with regex (defense-in-depth). Subject to the confused-deputy guard (_check_repo_allowlist) before fetching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | "owner/repo" GitHub repository. Required. | |
| issue_number | Yes | Issue number to monitor. Must be > 0. | |
| since_comment_id | No | Last seen comment id. 0 = all comments. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||