Integrations / Engineering
GitHub
Read and write repositories, pull requests and issues, and trigger workflows from GitHub webhooks.
Tools
github.get_repository
Get repository metadata.
github.list_pull_requests
List pull requests in a repository.
github.get_pull_request
Get a pull request, optionally including its diff.
github.get_issue
Get an issue or pull request conversation with its comments.
github.search_issues
Search issues and pull requests with GitHub search syntax.
github.get_file
Read a file from a repository.
github.create_issue writes
Open a new issue.
github.create_pull_request writes
Open a pull request from a branch that has already been pushed.
github.create_comment writes
Comment on an issue or pull request.
github.add_labels writes
Add labels to an issue or pull request.
Triggers
Add a webhook in your repository or organization settings with content type application/json, this URL, and the webhook secret saved on this connection.
Events
triggerkind: github connection: github events: [pull_request] actions: [...] repos: [...]
Examples
PR review bot — A careful first review on every pull request, in under a minute.
Issue to pull request — Label an issue `automate`, get a pull request with passing tests.
Daily engineering digest — Yesterday's pull requests and new bugs, summarized before standup.
Incident triage from any alert — Turn noisy monitoring webhooks into triaged, tracked incidents.
Your next automation is one sentence away.
14-day free trial with $5 of built-in AI included. Cancel anytime.