Files
Jeff Valore 25742bb522 fix(resolution): Allow github dependency refs of type "#pull/1/head" (#5673)
**Summary**

Fixes #1610. Previously yarn would allow a dependency on a GitHub pull request with "#1/head" where 1 is the PR number. npm allows the format "#pull/1/head" as well. For compatibility, allowing Yarn to fall back to this format.

**Test plan**

Added a test to `git-ref-resolver` to test the case `"pull/10/head"`
2018-04-15 22:02:18 +01:00
..