Fix reading config file when pull request from forked repository#80
Fix reading config file when pull request from forked repository#80nowsprinting wants to merge 4 commits into
Conversation
When pull request from forked repo, ref is fork-repo's ref. It is not exist base-repo.
|
Inner pull request example (regression test) Forked pull request example (fixed this issue, read config from |
|
Thanks for the contributions and a special thank you for including test results 🙌 I suppose this is necessary because it doesn't have permissions to read the fork's config file when using the |
No. This problem (refs #25 ) has two steps.
|
Changes
base.refin read config file when pull request from forked repoReason
head.refis fork-repo's ref. It does not exist in base-repo.refs #25