Skip to content

Commit 196cddd

Browse files
Merge pull request cli#140 from github/wtf-finder
Don't open PRs in the finder
2 parents 9425d33 + 50fccd7 commit 196cddd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/queries_pr.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ func PullRequestByNumber(client *Client, ghRepo Repo, number int) (*PullRequest,
285285
query($owner: String!, $repo: String!, $pr_number: Int!) {
286286
repository(owner: $owner, name: $repo) {
287287
pullRequest(number: $pr_number) {
288+
url
288289
number
289290
headRefName
290291
headRepositoryOwner {

0 commit comments

Comments
 (0)