list_new_issues
Fetches new open issues from watched GitHub repositories, filtered by creation date and optional subset, excluding pull requests and merged newest-first.
Instructions
New OPEN issues across the watch-list, pull requests excluded.
The single call that answers "what's new across everything I watch". Loops each repo, drops pull requests (the issues endpoint returns them too), and merges the results newest-first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | look back this many days (by issue creation). | |
| repos | No | subset of the allowlist to check; defaults to all of it. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||