github_labels
Details about Github labels
-
id
Primary key - Unique identifier for the row.
-
name
string - Name of the label.
-
color
string - Color of the label in hex format.
-
description
string - Description of the label.
-
repository_id
Foreign key - ID of the repository to which the label belongs
-
source_id
Foreign key - GitHub ID of the label.
-
source_url
string - URL directly to the label in GitHub.
-
active
boolean - Indicates whether the label has been deleted in GitHub.
-
default
boolean - Indicates whether the label is a default GitHub label.