Use OWNER:BRANCH syntax for cross-repo PRs

This affects `pr status` and `pr list`.
This commit is contained in:
Mislav Marohnić 2019-11-14 16:46:59 +01:00
parent f7074c17e6
commit 0c2d8879d1
4 changed files with 33 additions and 6 deletions

View file

@ -16,7 +16,11 @@
"number": 29,
"title": "Fixed bad bug",
"url": "https://github.com/monalisa/hello/pull/29",
"headRefName": "bug-fix"
"headRefName": "bug-fix",
"isCrossRepository": true,
"headRepositoryOwner": {
"login": "hubot"
}
}
},
{