cypher_record_triage
Record the Porter's triage of a GitHub issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| npub | No | ||
| title | Yes | Issue title. | |
| repo_url | Yes | The repository's actual GitHub URL (gh repo view --json url). | |
| issue_url | Yes | The issue's actual GitHub URL (gh issue view <n> --json url). | |
| repo_name | Yes | Repository name. | |
| dpop_token | No | ||
| disposition | Yes | Routing disposition, e.g. 'agent/fix', 'rejected', 'blocked/upstream'. | |
| issue_number | Yes | GitHub issue number. | |
| classification | Yes | type/* classification, e.g. 'bug'. |