List Repositories
Retrieve a list of repositories the authenticated user has access to.
Production-ready connector
Connect your AI agents to GitHub, the world’s leading code hosting and collaboration platform, to automate repository management, issue tracking, and CI/CD workflows. With this integration, agents can create and update repositories, open and close issues, manage pull requests, trigger actions, and retrieve commit data—all through secure OAuth authentication. Empower your development teams to streamline their DevOps processes and focus on building great software.
Choose an action, then add it to an Agentic Workers workflow.
Retrieve a list of repositories the authenticated user has access to.
Create a new repository under the authenticated user's account or organization.
Fetch detailed information about a specific repository.
List open and closed issues for a given repository.
Open a new issue in a specified repository with title and body.
Add a comment to an existing issue or pull request.
Close an open issue in a repository.
Retrieve all pull requests for a repository, filtered by state.
Open a new pull request between two branches.
Merge a specified pull request using a chosen merge method.
Fetch information about a specific commit SHA.
List all GitHub Actions workflows defined in a repository.