-
Notifications
You must be signed in to change notification settings - Fork 128
Closed
Labels
backendConcerning any and all backend issuesConcerning any and all backend issuesworkflow-componentNew backend component requestNew backend component request
Description
Implement the List Repository action for the GitHub component to retrieve issues from a specified repository. This action will list only open issues by default.
Action properties:
- repository: the repository from which issues should be retrieved.
- state: Indicates the state of the issues to return (open, closed, all).
Output:
- A list of issues from the specified repository.
Documentation Reference: https://docs.github.com/en/rest/issues/issues?apiVersion=2022-11-28#list-repository-issues
Metadata
Metadata
Assignees
Labels
backendConcerning any and all backend issuesConcerning any and all backend issuesworkflow-componentNew backend component requestNew backend component request
Type
Projects
Status
Done