Skip to main content
Feedback

GitHub predefined reports

info

This connector is currently in Early Access. Contact support for details.

The GitHub source in Data Integration comes with the following predefined reports. Each report syncs either a full refresh or incrementally. Reports scoped to a repository run once for each repository you select; reports scoped to an organization run once for your connected organization.

Predefined reports

ReportDescriptionSync type
List organization repositoriesRetrieves the repositories that belong to your organization, including whether each one is public, private, or archived.Full refresh
List branchesRetrieves the branches that exist in a repository.Full refresh
List commitsRetrieves the commit history for a repository, showing who made changes and when.Incremental
List labels for a repositoryRetrieves the labels used to categorize issues and pull requests in a repository.Full refresh
List milestonesRetrieves the milestones used to plan and track releases or sprints in a repository.Full refresh
List repository issuesRetrieves issues logged in a repository, including their state, labels, and assignment.Incremental
List pull requestsRetrieves pull requests submitted in a repository, including their review and merge status.Full refresh
List releasesRetrieves published releases for a repository.Full refresh
List repository workflowsRetrieves the automated workflows (CI/CD pipelines) configured in a repository.Full refresh
List workflow runs for a repositoryRetrieves the run history of automated workflows, including success and failure results.Incremental
List deploymentsRetrieves deployment records for a repository, including the target environment and status.Full refresh
Get an organizationRetrieves profile and settings details for your organization.Full refresh
List organization membersRetrieves the members who belong to your organization.Full refresh
List teamsRetrieves the teams defined within your organization.Full refresh
List repository collaboratorsRetrieves the people with access to a repository.Full refresh
List secret scanning alerts for a repositoryRetrieves alerts for exposed secrets, such as API keys or passwords, found in a repository.Full refresh
List code scanning alerts for a repositoryRetrieves security alerts found by static code analysis in a repository.Full refresh
List Dependabot alerts for a repositoryRetrieves alerts about vulnerable dependencies detected in a repository.Full refresh

List repository issues and List commits support optional start and end date report parameters, so you can limit a sync to records updated within a specific window.

For more information about the underlying API, see the GitHub REST API documentation.

On this Page