Gitea · Arazzo Workflow
Gitea Comment And Close Issue
Version 1.0.0
Post a closing comment on an issue and then close it.
View Spec
View on GitHub
GitSource ControlDevOpsCI/CDCode HostingOpen SourceSelf HostedPackage RegistryIssue TrackingPull RequestsArazzoWorkflows
Provider
Workflows
comment-and-close-issue
Confirm an issue is open, comment on it, and close it.
Reads the issue to confirm it is open, posts a resolution comment, then edits the issue state to closed. If the issue is already closed the flow ends without changes.
1
getIssue
issueGetIssue
Read the issue to confirm its current state before closing it.
2
commentIssue
issueCreateComment
Post the closing comment that documents the resolution.
3
closeIssue
issueEditIssue
Transition the issue to the closed state.