Use OWNER:BRANCH syntax for cross-repo PRs
This affects `pr status` and `pr list`.
This commit is contained in:
parent
f7074c17e6
commit
0c2d8879d1
4 changed files with 33 additions and 6 deletions
6
test/fixtures/prList.json
vendored
6
test/fixtures/prList.json
vendored
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue