ado_reviews

Details about reviews of pull requests

id

Primary key
Unique identifier for the row.

source_id

Foreign key
ID of the review in Azure DevOps

pull_id

Foreign key
ID of the pull request to which the review belongs

user_id

Foreign key
ID of the user who provided the review

repository_id

Foreign key
ID of the repository to which the review belongs

status

string
One of: 'approved', 'waiting', 'rejected', 'active', 'byDesign', 'closed', 'fixed', 'pending', 'unknown', 'wontFix'

vote_result

string
10 - approved, 5 - approved with suggestions, 0 - no vote, -5 - waiting for author, -10 - rejected

submitted

date
The timestamp of when the review was submitted

time_since_request

number
Difference (in seconds) between the submitted review and the pull request created_at

comment_count

number
Number of comments in the review

source_url

string
URL of the review