nerdishbynature / octokit.swift

A Swift API Client for GitHub and GitHub Enterprise
MIT License
488 stars 126 forks source link

add support for requested_reviewrs and draft #123

Closed DayBySay closed 3 years ago

DayBySay commented 3 years ago

Add requested_reviewers and draft parameters for PullRequest class. https://docs.github.com/en/rest/reference/pulls#reviews

Fix state in Review based on https://docs.github.com/en/graphql/reference/enums#pullrequestreviewstate

codecov-io commented 3 years ago

Codecov Report

Merging #123 (2fc0045) into master (9521cdf) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@      Coverage Diff      @@
##   master   #123   +/-   ##
=============================
=============================

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9521cdf...5822dfd. Read the comment docs.

pietbrauer commented 3 years ago

Thanks a lot!