Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Hi all,
I would like to add a small section or a paragraph about the review of the Pull Requests. For example, for us, the contributors and core-dev of Python we are looking for the issues of 3.7 and 3.8 (because we have to fix them for these releases ;-))
How can we do that with the interface of Github ? because there is no labels '3.8' or '3.7' on the PRs, but in fact, we can use the advanced search of Github, and add
base:3.7
in the search box.By default, we have
is:pr is:open
, these criteria will search the Open PRs for the current project, but withis:pr is:open base:3.7
, it will search for the Open PRs for the branch 3.7.So, where could we add this trick about Github? any idea?
The text was updated successfully, but these errors were encountered: