pull-request-notifier-for-bitbucket icon indicating copy to clipboard operation
pull-request-notifier-for-bitbucket copied to clipboard

Difference between PULL_REQUEST_FROM_SSH_CLONE_URL and PULL_REQUEST_TO_SSH_CLONE_URL

Open davidmichaelkarr opened this issue 7 years ago • 1 comments

There are a few variables that begin with "PULL_REQUEST_FROM" and "PULL_REQUEST_TO". In general, the lack of any documentation for what these variables represent is ok, because the examples are almost all self-explanatory. In this case, I have no clue what "FROM" and "TO" mean.

davidmichaelkarr avatar Jun 11 '18 23:06 davidmichaelkarr

The pull request originates from one repository and its author wants it merged to another repository.

These are mostly the same. Except when the pull request is from a fork to an upstream repository.

tomasbjerre avatar Jun 12 '18 04:06 tomasbjerre