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
| Entity | Actions |
|---|---|
| Repositories | Get, List, Search |
| Org Repositories | List |
| Branches | List, Get |
| Commits | List, Get |
| Releases | List, Get |
| Issues | List, Get, Search |
| Pull Requests | List, Get, Search |
| Reviews | List |
| Comments | List, Get |
| Pr Comments | List, Get |
| Labels | List, Get |
| Milestones | List, Get |
| Organizations | Get, List |
| Users | Get, List, Search |
| Teams | List, Get |
| Tags | List, Get |
| Stargazers | List |
| Viewer | Get |
| Viewer Repositories | List |
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