question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Show base branch in PR list when different than master

See original GitHub issue

I am not sure how hard this is if even possible, but I would really like to have it.

So to reiterate I want the PR list to show a PR is made towards a base branch which is different than the default branch (usually master).

screen shot 2016-03-29 at 01 05 48

This is not so useful when all PRs are against master, but when some of them are against another branch in many cases towards another open PR it is very useful to see this from the PR list.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:5
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
paulmolluzzocommented, Apr 4, 2016

Everything private is behind user auth.

2reactions
DrewMLcommented, Apr 4, 2016

I believe you get a limited # of API requests from an I.P. without auth (can be verified by making an API call from the console in the browser). This is what OctoTree uses to get file info in the tree.

But I agree, it’s super complex and isn’t going to be very accurate.

I’ll keep my eyes peeled for an easier way, but this one may just not be possible to do reasonably.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Show base branch in PR list when different than master #103
So to reiterate I want the PR list to show a PR is made towards a base branch which is different than the...
Read more >
GitHub pull request showing commits that are already in target ...
Here's a good workaround. Use the Edit button when viewing the PR in GitHub to change the base branch to something other than...
Read more >
Identical code can show changes in PR when git history is ...
Say you have 2 branches, a master and feature branch. Have the 2 branches share the same history, except for the last commit...
Read more >
Git CLI - bring Github to the command line
The above command is a very basic option. This will create a PR with the master as the base branch and the current...
Read more >
Create a pull request to review and merge code - Azure Repos
Create a PR from the Pull requests page ... You can create PRs for any branch from your project's Pull requests page on...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found