GitHub · Arazzo Workflow
GitHub Create Repository and Open First Issue
Version 1.0.0
Create a repository for the authenticated user and open its first tracking issue.
Provider
Workflows
create-repository-and-issue
Create a user repository then open a first issue in it.
Creates a repository for the authenticated user and chains the returned owner and repository name into a follow-up call that opens the first issue.
1
createRepository
createRepositoryForTheAuthenticatedUser
Create a new repository for the authenticated user, initialized with a README so the default branch is created.
2
openFirstIssue
createAnIssue
Open the first issue in the newly created repository using the owner and repository name returned by the create step.
Source API Descriptions
openapi