feat(github): implement PRReader interface #99
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part 2 of 3 for #80. Implement
PRReaderconformance:GetPullRequest,GetPullRequestDiff,GetPullRequestFiles(paginated, populates Patch),GetCommitStatuses(merges commit statuses + check runs).Files:
github/pr.go,github/pr_test.go, partialgithub/conformance_test.goDepends on sub-issue #98. Parent issue: #80