sindresorhus/refined-github
The issue has been closed
Enable `update-pr-from-base-branch` on forks #2168
fregante posted onGitHub
GitHub recently added a new API endpoint for this specific operation and it works across forks: https://developer.github.com/v3/pulls/#update-a-pull-request-branch
It would replace this:
They don't have an API to verify whether the PR is up to date, so I sent them feedback to ask for one. For now, the API we're using for this should work across forks already.