-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix new pull request link #3133
Conversation
11f2619
to
26df5ca
Compare
Codecov Report
@@ Coverage Diff @@
## master #3133 +/- ##
==========================================
- Coverage 34.73% 34.72% -0.01%
==========================================
Files 276 276
Lines 39949 39946 -3
==========================================
- Hits 13876 13873 -3
Misses 24076 24076
Partials 1997 1997
Continue to review full report at Codecov.
|
If click on the baserepo? |
@lunny I'm not sure what you're asking |
@ethantkoenig if you click on new pull request in base repository (to create PR between it's branches) |
If you click on the button in the base repo, you'll create a PR from whatever branch you're currently looking at (in the base repo) to the default branch (presumably master) in the base repo. |
Tested and both cases seems to be working just as expected. LGTM |
LGTM |
Fixes #3131 and #3132. Now, clicking the "New request button" creates a pull request whose head is the currently-viewed branch (like Github does). The button is not shown when viewing a tag or commit.