GitHub
Connect your accountCreate issues and comments on GitHub with your own personal access token. Connect a GitHub account under Connections first.
Publisher: Amistio (built-in) - version 1.0.0 - Apache-2.0
Operations (2)
Create a GitHub issue
github.issues.createOpen a new issue in a repository. Provide owner, repo, title, and optional body.
Inputs
owner* (string) - Repository owner (user or org).repo* (string) - Repository name.title* (string) - Issue title.body(string) - Issue body (Markdown).
Returns
number(number) - The created issue number.url(string) - The issue HTML url.
Safety rules
- Creating an issue is public in a public repo; confirm the repository.
Comment on a GitHub issue
github.issues.commentAdd a comment to an existing issue. Provide owner, repo, issue number, and body.
Inputs
owner* (string) - Repository owner.repo* (string) - Repository name.issue_number* (number) - The issue number to comment on.body* (string) - Comment body (Markdown).
Returns
url(string) - The created comment url.
Use GitHub from the agent builder - add the block, and reviewed operations run with your own connected account.
Open the builder