Skip to main content

Github agent connector

GitHub is a platform for version control and collaborative software development using Git. This connector provides access to repositories, branches, commits, issues, pull requests, reviews, comments, releases, organizations, teams, and users for development workflow analysis and project management insights.

Example questions

  • Show me all open issues in my repositories this month
  • List the top 5 repositories I've starred recently
  • Analyze the commit trends in my main project over the last quarter
  • Find all pull requests created by [teamMember] in the past two weeks
  • Search for repositories related to machine learning in my organizations
  • Compare the number of contributors across my different team projects
  • Identify the most active branches in my main repository
  • Get details about the most recent releases in my organization
  • List all milestones for our current development sprint
  • Show me insights about pull request review patterns in our team

Unsupported questions

  • Create a new issue in the project repository
  • Update the status of this pull request
  • Delete an old branch from the repository
  • Schedule a team review for this code
  • Assign a new label to this issue

Installation

uv pip install airbyte-agent-github

Usage

from airbyte_agent_github import GithubConnector, GithubAuthConfig

connector = GithubConnector(
auth_config=GithubAuthConfig(
access_token="..."
)
)
result = connector.repositories.get()

Full documentation

This connector supports the following entities and actions.

EntityActions
RepositoriesGet, List, Search
Org RepositoriesList
BranchesList, Get
CommitsList, Get
ReleasesList, Get
IssuesList, Get, Search
Pull RequestsList, Get, Search
ReviewsList
CommentsList, Get
Pr CommentsList, Get
LabelsList, Get
MilestonesList, Get
OrganizationsGet, List
UsersGet, List, Search
TeamsList, Get
TagsList, Get
StargazersList
ViewerGet
Viewer RepositoriesList
ProjectsList, Get
Project ItemsList

For detailed documentation on available actions and parameters, see this connector's full reference documentation.

For the service's official API docs, see the Github API reference.

Version information

  • Package version: 0.18.21
  • Connector version: 0.1.5
  • Generated with Connector SDK commit SHA: 57f08f6035b744556fa96334a7b764759896287c