Skip to content

Commit

Permalink
doc: add repo topic column (#1409)
Browse files Browse the repository at this point in the history
Signed-off-by: frank-zsy <[email protected]>
  • Loading branch information
frank-zsy authored Oct 16, 2023
1 parent 00640e2 commit d44fb07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/assets/data_description.csv
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ repo_default_branch,String,default branch of this repository,"PullRequest, PullR
repo_created_at,DateTime,when this repository was created,"PullRequest, PullRequestReviewComment"
repo_updated_at,DateTime,when this repository was updated,"PullRequest, PullRequestReviewComment"
repo_pushed_at,DateTime,when this repository was pushed,"PullRequest, PullRequestReviewComment"
repo_topics.name,LowCardinality(String),topics of a repository,"PullRequest, PullRequestReviewComment"
pull_review_state,Enum,"pull request review state, like approved, commented, dismissed, changes_requested",PullRequestReview
pull_review_author_association,Enum,"author association of pull review, like NONE, CONTRIBUTOR, COLLABORATOR, MEMBER, OWNER",PullRequestReview
pull_review_id,UInt64,unique identity of this review on GitHub,PullRequestReviewComment
Expand Down

0 comments on commit d44fb07

Please sign in to comment.