GitHub · Arazzo Workflow
GitHub Create Label and Triage an Issue
Version 1.0.0
Ensure a triage label exists, open an issue, and apply the label to it.
Provider
Workflows
create-label-and-triage-issue
Create a label, open an issue, then apply the label to the issue.
Creates a repository label, opens an issue, and chains the issue number into a call that adds the label to the issue.
1
createLabel
createLabel
Create the triage label in the repository.
2
openIssue
createAnIssue
Open the issue that will be triaged with the new label.
3
applyLabel
addLabelsToAnIssue
Apply the newly created label to the issue using the issue number returned by the open step.
Source API Descriptions
openapi