Gitea · Arazzo Workflow
Gitea Report Issue To Existing Repository
Version 1.0.0
Confirm a repository exists, open an issue in it, and comment on it.
View Spec
View on GitHub
GitSource ControlDevOpsCI/CDCode HostingOpen SourceSelf HostedPackage RegistryIssue TrackingPull RequestsArazzoWorkflows
Provider
Workflows
report-issue-to-existing-repo
Confirm a repo exists, open an issue, and comment on it.
Reads the repository to confirm it exists, opens an issue, then posts a follow-up comment on that issue.
1
getRepo
repoGet
Read the repository to confirm it exists before filing an issue.
2
openIssue
issueCreateIssue
Open an issue describing the problem.
3
addDetails
issueCreateComment
Post a follow-up comment with reproduction details.