github_repositories
Details about the GitHub repositories in your organization.
-
id
Primary key - Unique identifier for the row.
-
source_id
Foreign key - GitHub ID of the repository.
-
organization_id
Foreign key - ID of the GitHub Organization of the repository.
-
name
string - Name of the repository
-
private
boolean - Boolean indicating whether the repository is private.
-
archived
boolean - Boolean indicating whether the repository is archived.
-
default_branch
string - The default git branch of the repository.
-
source_url
string - URL directly to the repository in GitHub.
-
pulls_synced_at
date - Timestamp of when pull requests were last synced for this repository.
-
pulls_synced_to
date - Timestamp up to which pull requests have been synced for this repository.
-
actions_synced_at
date - Timestamp of when GitHub Actions were last synced for this repository.
-
actions_synced_to
date - Timestamp up to which GitHub Actions have been synced for this repository.
-
issues_synced_to
date - Timestamp up to which issues have been synced for this repository.
-
encountered_403s
boolean - Boolean indicating if 403 errors were encountered during sync.
-
allowlisted
boolean - Whether the repository is allowlisted for import.
-
api_accessible
boolean - Whether the repository is accessible via API.
-
historical_import_current_page_number
number - Current page number for historical import progress.