-
Notifications
You must be signed in to change notification settings - Fork 106
Labels
backendConcerning any and all backend issuesConcerning any and all backend issuesworkflow-componentNew backend component requestNew backend component request
Description
Implement the Update Issue action for the GitHub component. This action should allow updating the details of an existing issue within a specified repository.
Action properties:
- repository: the repository where issue is located.
- issue: issue to update
- title: the new title of the issue
- body: the updated description of the issue
- state: the new state of the issue (open/closed)
- milestone: The number of the milestone to associate this issue with or use null to remove the current milestone
- labels: a list of labels to associate with this issue.
- assignees: a list of usernames to assign this issue
Output:
- issue - updated issue object
Documentation Reference: https://docs.github.com/en/rest/issues/issues?apiVersion=2022-11-28#update-an-issue
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
Todo