Skip to main content
listGitHubIssues lists GitHub issues and pull requests together, matching GitHub’s repository Issues API.
automations/list-github-issues.automation.ts
owner and repository are required. Optional filters are assignee (login, "none", or "*"), creator, direction ("asc" or "desc"), labels, and state ("open", "closed", or "all"; default "open"). page defaults to 1 and perPage defaults to 30 with a maximum of 100. Optional account defaults to the project binding. Inputs accept compatible signals. Returns a typed GitHub issue array. Results representing pull requests contain a pull_request marker. Request another page while the returned page length equals perPage.