Merge pull request #63 from github/branch-from-fork

Use `OWNER:BRANCH` syntax for cross-repo PRs
This commit is contained in:
Mislav Marohnić 2019-11-15 09:28:00 +01:00 committed by GitHub
commit 624c44efda
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"
}
}
},
{