Gitea · Arazzo Workflow
Gitea Bootstrap Repository With Tracking Issue
Version 1.0.0
Create a repository, open a tracking issue in it, and add a kickoff comment.
View Spec
View on GitHub
GitSource ControlDevOpsCI/CDCode HostingOpen SourceSelf HostedPackage RegistryIssue TrackingPull RequestsArazzoWorkflows
Provider
Workflows
bootstrap-repo-with-tracking-issue
Create a repo, open a tracking issue, and add a kickoff comment.
Creates a repository for the authenticated user, opens an issue to track the work, then comments on that issue with a kickoff note.
1
createRepo
createCurrentUserRepo
Create a new repository for the authenticated user, auto-initialized so it has a default branch and README.
2
createIssue
issueCreateIssue
Open a tracking issue inside the newly created repository.
3
commentIssue
issueCreateComment
Post a kickoff comment on the tracking issue.