github.listIssues returns issues and pull requests together, matching GitHub’s repository Issues API.
automations/list-github-issues.automation.ts
owner and repository. Optional filters are assignee, creator, direction, labels, and state. assignee accepts a login, "none", or "*". direction accepts "asc" or "desc". state accepts "open", "closed", or "all" and defaults to "open". page defaults to 1 and perPage defaults to 30 with a maximum of 100. Optional second argument { account } defaults to the project binding. Inputs accept compatible signals.
Returns an array with each issue or pull request’s id, number, and title. Request another page while the returned page length equals perPage.