Skip to main content

Airbyte Github AI 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-ai-github

Usage

from airbyte_ai_github import GithubConnector, GithubAuthConfig

connector = GithubConnector(
auth_config=GithubAuthConfig(
access_token="...",
refresh_token="...",
client_id="...",
client_secret="..."
)
)
result = connector.repositories.get()

Documentation

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

For detailed documentation on available actions and parameters, see REFERENCE.md.

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

Version Information

Package Version: 0.18.10

Connector Version: 0.1.1

Generated with connector-sdk: 1ab72bd8e7249872a4cf66327dd1a0bf68905acb