GitHub

GitHub

Build, ship, and maintain software with GitHub

27 actions
5 triggers

Actions

Name
get_repository

Get information about a GitHub repository

create_repository

Create a new GitHub repository

fork_repository

Fork a GitHub repository

search_repositories

Search for GitHub repositories

list_commits

List commits in a repository

list_tags

List tags in a repository

create_tag

Create an annotated tag in a repository

create_branch

Create a new branch in a repository

list_branches

List branches in a repository

delete_branch

Delete a branch from a repository

get_file_contents

Get the contents of a file in a repository

create_or_update_file

Create or update a file in a repository

create_issue

Create a new issue in a repository

get_issue

Get a specific issue by number

list_issues

List issues in a repository

update_issue

Update an existing issue

add_comment_to_issue

Add a comment to an issue or pull request

lock_issue

Lock an issue to restrict conversation

search_issues

Search for issues and pull requests across GitHub

create_pull_request

Create a new pull request

get_pull_request

Get a specific pull request by number

list_pull_requests

List pull requests in a repository

merge_pull_request

Merge a pull request

update_pull_request

Update an existing pull request

create_pull_request_review

Create a review on a pull request

get_authenticated_user

Get the currently authenticated GitHub user

custom_api_call

Make a custom API call to the GitHub API

Triggers

Name
new_issue

Triggers when a new issue is created

new_pull_request

Triggers when a new pull request is created

new_star

Triggers when someone stars the repository

new_release

Triggers when a new release is published

new_commit

Triggers when a new commit is pushed

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'github',
  actionName: 'get_repository',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect GitHub to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does GitHub support?

GitHub supports 27 actions including Get Repository, Create Repository, Fork Repository, Search Repositories, List Commits, and more.

Can I use GitHub with AI agents?

Yes. Add GitHub to an MCP server in TOOLS mode or CODE mode. CODE mode provides 3 meta-tools with on-demand API discovery for efficient agent access.

What authentication does GitHub use?

GitHub uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the GitHub integration cost?

The GitHub integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does GitHub support?

GitHub supports 5 triggers including New Issue, New Pull Request, New Star, New Release, New Commit.

Connect GitHub in minutes

Get 1,000 free actions every month. No credit card required.