Skip to content

Commit

Permalink
Add message_headline column
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdatasourav committed Oct 31, 2023
1 parent 6aacf31 commit e70c550
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions github/table_github_commit.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func tableGitHubCommit() *plugin.Table {
{Name: "subscription", Type: proto.ColumnType_STRING, Hydrate: commitHydrateSubscription, Transform: transform.FromValue(), Description: "Users subscription state of the commit."},
{Name: "url", Type: proto.ColumnType_STRING, Hydrate: commitHydrateUrl, Transform: transform.FromValue(), Description: "URL of the commit."},
{Name: "node_id", Type: proto.ColumnType_STRING, Hydrate: commitHydrateNodeId, Transform: transform.FromValue(), Description: "The node ID of the commit."},
{Name: "message_headline", Type: proto.ColumnType_STRING, Hydrate: commitHydrateMessageHeadline, Transform: transform.FromValue(), Description: "The Git commit message headline."},
},
}
}
Expand Down

0 comments on commit e70c550

Please sign in to comment.