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