list_assigned_issues
Find open GitHub issues by label, excluding pull requests, to identify work before starting a task.
Instructions
List open GitHub issues carrying the given label; pull requests are excluded even though GitHub's issues API would otherwise include them. Use this to discover work before calling start_issue. Returns one "# " line per matching issue, a "No open issues labeled " message if none match, or a string starting "ERROR:" on failure -- never raises.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Issue label to filter by. | self-dev |